{{ $apprentice->fullname }}
{{ $apprentice->fullname }} ({{ $apprentice->nipbj }})

Apprenti

Informations du profil

Nom complet : {{ $apprentice->fullname }}
Téléphone du tuteur : {{ $apprentice->tutor_phone_number }}
Genre : {{ $apprentice->gender }}
Âge : {{ \Carbon\Carbon::parse($apprentice->birth_date)->age }} ans
Niveau d'étude : {{ $apprentice->education_level }}
Type : @if($apprentice->type == 'default') Apprenti @else {{ $apprentice->type }} @endif
Statut : @if($apprentice->status == 'active') {{ $apprentice->status }} @elseif($apprentice->status == 'inactive') {{ $apprentice->status }} @elseif($apprentice->status == 'pending') {{ $apprentice->status }} @elseif($apprentice->status == 'finished') {{ $apprentice->status }} @else {{ $apprentice->status }} @endif
Date d'inscription : {{ $apprentice->created_at->format('d M, Y') }}
{{--

Certificat @if(!$apprentice->getFirstMediaUrl('certificate')) @endif

--}}