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