@if (isset($errors) && $errors->any() && old('messageForm')=='1')
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (auth()->check())
@if (!empty(auth()->user()->email))
@else
{{-- from_email --}}
@endif
@else
{{-- from_name --}}
{{-- from_email --}}
@endif
{{-- from_phone --}}
{{-- body --}}
@if (in_array($catType, ['job-offer']))
{{-- filename --}}
@endif
@include('layouts.inc.tools.captcha', ['label' => true])