@extends('user.layout') @section('content')
@csrf
{{ __('Google Analytics') }}
@if ($errors->has('analytics_status'))

{{ $errors->first('analytics_status') }}

@endif
@if ($errors->has('measurement_id'))

{{ $errors->first('measurement_id') }}

@endif
@csrf
{{ __('Google Recaptcha') }}
@if ($errors->has('analytics_status'))

{{ $errors->first('is_recaptcha') }}

@endif
@if ($errors->has('google_recaptcha_site_key'))

{{ $errors->first('google_recaptcha_site_key') }}

@endif
@if ($errors->has('google_recaptcha_secret_key'))

{{ $errors->first('google_recaptcha_secret_key') }}

@endif
@csrf
{{ __('Disqus') }}
@if ($errors->has('disqus_status'))

{{ $errors->first('disqus_status') }}

@endif
@if ($errors->has('disqus_short_name'))

{{ $errors->first('disqus_short_name') }}

@endif
@csrf
{{ __('WhatsApp') }}
@if ($errors->has('whatsapp_status'))

{{ $errors->first('whatsapp_status') }}

@endif

Phone Code must be included in Phone Number

@if ($errors->has('whatsapp_number'))

{{ $errors->first('whatsapp_number') }}

@endif
@if ($errors->has('whatsapp_header_title'))

{{ $errors->first('whatsapp_header_title') }}

@endif
@if ($errors->has('whatsapp_popup_status'))

{{ $errors->first('whatsapp_popup_status') }}

@endif
@if ($errors->has('whatsapp_popup_message'))

{{ $errors->first('whatsapp_popup_message') }}

@endif
@csrf
{{ __('Facebook Pixel') }}

Hint: Click Here to see where to get the Facebook Pixel ID

@if ($errors->has('pixel_status'))

{{ $errors->first('pixel_status') }}

@endif

@if ($errors->has('pixel_id'))

{{ $errors->first('pixel_id') }}

@endif
@csrf
{{ __('Tawk.to') }}
@if ($errors->has('tawkto_status'))

{{ $errors->first('tawkto_status') }}

@endif
@if ($errors->has('tawkto_direct_chat_link'))

{{ $errors->first('tawkto_direct_chat_link') }}

@endif
@endsection