@foreach ($options['licence_type'] as $option) @php $checked = ($option['value'] == $licence->type) ? 'checked' : ''; @endphp
@endforeach
@if ($licence->type == 'ceseda')
@endif @if ($licence->type == 'expert')
@endif
@foreach ($licence->attestations as $j => $attestation) @include('admin.partials.membership.attestation', ['attestation' => $attestation, 'i' => $i, 'j' => $j]) @endforeach