@if(session('status') == 'success')
@else
@if(!empty($seo->recaptcha_site_key) && !empty($seo->recaptcha_secret_key))
{{ csrf_field() }}
{!! $errors->first('subject') !!}
{!! $errors->first('fullname') !!}
{!! $errors->first('email') !!}
{!! $errors->first('phone') !!}
{!! $errors->first('message') !!}
{!! $errors->first('g-recaptcha-response') !!}
@else
{{ label('lbl_no_information') }}
@endif
@endif