{!! Form::label('analytics_view_id', 'Analytics View Id', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('analytics_view_id', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'analytics_view_id'])
? Setup Google Analytics For Guide Visit Official Package Guide
@if (isset($data['row'])) @if ($data['row']->analytics_json_file)
{{$data['row']->analytics_json_file}}
@endif @endif
{!! Form::label('json_file', 'Config JsonFile', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::file('json_file') !!} @include('includes.form_fields_validation_message', ['name' => 'json_file'])
{{--'analytics_view_id','analytics_json_file','recaptcha_secret_key'--}}
{!! Form::label('recaptcha_site_key', 'Google Captcha Site Key', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('recaptcha_site_key', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'recaptcha_site_key'])
{!! Form::label('recaptcha_secret_key', 'Google Captcha Secret', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('recaptcha_secret_key', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'recaptcha_secret_key'])
? Setup Google Captcha For Secure the Contact Form. Visit Official Page To Generate Captcha Secret