@if (!isset($event) || (isset($event) && $event->has_civility))
{{--

{{ $user->civility }}

{{ $user->civility == 'Mme' }} - {{ $user->civility == 'Mme' ? 'checked' : '' }}

{{ $user->civility == 'Mr' }} - {{ $user->civility == 'Mr' ? 'checked' : '' }}

--}} {{-- civility == 'Mme' ? 'checked' : '') }} class="form-check-input" type="radio" name="civility" id="mme" required> --}} civility == 'Mme') ? 'checked' : '' }} class="form-check-input" type="radio" name="civility" id="mme" required>
{{-- civility == 'Mr' ? 'checked' : '') }} class="form-check-input" type="radio" name="civility" id="mr" required> --}} civility == 'Mr') ? 'checked' : '' }} class="form-check-input" type="radio" name="civility" id="mr" required>
La civilité est obligatoire
@endif
Le prénom est obligatoire
Le nom est obligatoire
L'email est obligatoire
@error('email')
{{ $message }}
@enderror
Le téléphone est obligatoire
@error('phone')
{{ $message }}
@enderror
@if (!isset($event) || (isset($event) && ($event->has_establishment || $event->has_fonction)))
@if ($event->has_establishment)
L'organisme est obligatoire
@endif @if ($event->has_fonction)
@endif
@endif @if (!isset($event) || (isset($event) && $event->has_domain))
@endif @if (!isset($event) || (isset($event) && $event->has_domain))
@endif @if (!isset($event) || (isset($event) && $event->has_speciality)) @endif @if (!isset($event) || (isset($event) && $event->has_speciality)) @endif @if (!isset($event) || (isset($event) && $event->has_mode)) @endif
@if (!isset($event) || (isset($event) && $event->has_city))
La ville est obligatoire
@endif
@if (!isset($event) || (isset($event) && ($event->has_country || $event->has_region)))
Le pays est obligatoire
Le gouvernorat est obligatoire
@endif