@if (isset($errors) and $errors->any() and old('messageForm')=='1')
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (auth()->check())
@if (!empty(auth()->user()->email))
@else
@endif
@else
@endif
@if (isset($parentCat) and isset($parentCat->type) and in_array($parentCat->type, ['job-offer']))
{{ t('File types: :file_types', ['file_types' => showValidFileTypes('file')]) }}
@endif
@include('layouts.inc.tools.recaptcha', ['label' => true])