@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>