@extends('admin.layout') @section('content')
{{ $errors->first('is_recaptcha') }}
{{ $errors->first('google_recaptcha_site_key') }}
{{ $errors->first('google_recaptcha_secret_key') }}
{{ $errors->first('is_disqus') }}
{{ $errors->first('disqus_shortname') }}
{{ __('If you enable Tawk.to, then WhatsApp must be disabled') . '.' }}
{{ $errors->first('is_tawkto') }}
{{ $errors->first('tawkto_property_id') }}
{{ __('If you enable WhatsApp, then Tawk.to must be disabled') . '.' }}
{{ __('Enter Phone number with Country Code') }}
{{ $errors->first('whatsapp_header_title') }}
{{ $errors->first('whatsapp_popup_message') }}
{{ $errors->first('whatsapp_popup') }}