@extends('admin.layout') @section('content')
{{ $errors->first('aws_access_key_id') }}
{{ $errors->first('aws_secret_access_key') }}
{{ $errors->first('aws_default_region') }}
{{ $errors->first('aws_bucket') }}
{{$errors->first('is_recaptcha')}}
{{$errors->first('google_recaptcha_site_key')}}
{{$errors->first('google_recaptcha_secret_key')}}
{{$errors->first('is_disqus')}}
{{$errors->first('is_user_disqus')}}
{{$errors->first('disqus_shortname')}}
{{__('If you enable Tawk.to, then WhatsApp must be disabled.')}}
{{$errors->first('is_tawkto')}}
{{$errors->first('tawkto_chat_link')}}
{{__('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')}}