@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@if ($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif @if (setting('recaptcha_status', 0) && setting('recaptcha_contact', 0)) {{ trans('contact.submit') }} @else {{ trans('contact.submit') }} @endif
@if (setting('recaptcha_status', 0) && setting('recaptcha_contact', 0)) @push('page_scripts') @endpush @endif