{!! Form::label('google_analytics', __('cms::lang.google_analytics') . ':') !!} {!! Form::textarea('google_analytics', !empty($details['google_analytics']) ? $details['google_analytics'] : '', ['class' => 'form-control','placeholder' => __('cms::lang.google_analytics')]); !!}
{!! Form::label('fb_pixel', __('cms::lang.fb_pixel') . ':') !!} {!! Form::textarea('fb_pixel', !empty($details['fb_pixel']) ? $details['fb_pixel'] : '', ['class' => 'form-control','placeholder' => __('cms::lang.fb_pixel')]); !!}
{!! Form::label('custom_js', __('cms::lang.custom_js') . ':') !!} @show_tooltip(__('cms::lang.custom_js_instructions')) {!! Form::textarea('custom_js', !empty($details['custom_js']) ? $details['custom_js'] : '', ['class' => 'form-control','placeholder' => __('cms::lang.custom_js')]); !!}
{!! Form::label('custom_css', __('cms::lang.custom_css') . ':') !!} @show_tooltip(__('cms::lang.custom_css_instructions')) {!! Form::textarea('custom_css', !empty($details['custom_css']) ? $details['custom_css'] : '', ['class' => 'form-control','placeholder' => __('cms::lang.custom_css')]); !!}
{!! Form::label('meta_tags', __('cms::lang.meta_tags') . ':') !!} @show_tooltip(__('cms::lang.meta_tags_instructions')) {!! Form::textarea('meta_tags', !empty($details['meta_tags']) ? $details['meta_tags'] : '', ['class' => 'form-control','placeholder' => __('cms::lang.meta_tags')]); !!}