@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