@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 (setting('recaptcha_status', 0) && setting('recaptcha_contact', 0))
@if ($errors->has('captcha')) {{ $errors->first('captcha') }} @endif
@endif