@php $loadedAssets = json_decode($alreadyLoadedAssets ?? '[]', true); foreach ($loadedAssets as $asset) { Assets::markAsLoaded($asset); } $dateNow = \Carbon\Carbon::now(); @endphp

{{ $applicant->fullname }}

Détails
@if (backpack_auth()->user()->can("cfp.edit")) @endif
@php $address = $applicant->address; @endphp
Genre
{{ $applicant->genre }} 
Prénom
{{ $applicant->firstname }} 
Nom
{{ $applicant->lastname }} 
Date de naissance
{{ optional($applicant->birthdate)->format('d-m-Y') }} 

Email
{{ $applicant->email }}
Téléphone
@if ($applicant->phone_number) {{ $applicant->phone_number }} @else   @endif
Adresse
@if ($address) {!! nl2br(e($address->streetAddress)) !!}
{{ $address->postal_code }} {{ $address->locality }} @if ($address->country_id)
{{ $address->country->name }} @endif @else   @endif
@if ($applicant->instagram || $applicant->facebook || $applicant->twitter)
Réseaux sociaux
@if ($applicant->facebook) {{ $applicant->facebook->url }} @endif @if ($applicant->instagram) {{ $applicant->instagram->url }} @endif @if ($applicant->twitter) {{ $applicant->twitter->url }} @endif
@endif @if ($applicant->website)
Site Internet
{{ $applicant->website->path }}
@endif
Niveau d'étude
@if ($applicant->study_level) {{ $applicant->study_level }} @else   @endif
Étude audiovisuelle
@if ($applicant->audiovisual_study) {{ $applicant->audiovisual_study }} @else   @endif