@extends('admin.layout') @section('content')
{{ $errors->first('disqus_status') }}
{{ $errors->first('disqus_short_name') }}
{{ __('If you enable Tawk.To, then you must disable WhatsApp') }}
{{ $errors->first('tawkto_status') }}
{{ $errors->first('tawkto_direct_chat_link') }}
{{ $errors->first('google_recaptcha_status') }}
{{ $errors->first('google_recaptcha_site_key') }}
{{ $errors->first('google_recaptcha_secret_key') }}
{{ $errors->first('facebook_login_status') }}
{{ $errors->first('facebook_app_id') }}
{{ $errors->first('facebook_app_secret') }}
{{ $errors->first('google_login_status') }}
{{ $errors->first('google_client_id') }}
{{ $errors->first('google_client_secret') }}
{{ __('If you enable WhatsApp, then you must disable Tawk.To') }}
{{ $errors->first('whatsapp_status') }}
{{ $errors->first('whatsapp_number') }}
{{ $errors->first('whatsapp_header_title') }}
{{ $errors->first('whatsapp_popup_status') }}
{{ $errors->first('whatsapp_popup_message') }}