Généralité

Prénom: {{ $user->first_name }}
Nom: {{ $user->last_name }}
Email: {{ $user->email }}
Catégorie socioprofessionnelle: {{ $user->generality->category }}
Autre catégorie: @if ($user->generality->otherCategory != 'undefined') {{ $user->generality->otherCategory }} @endif
Niveau d’étude: {{ $user->generality->level }}
Série/Filière/Métier: {{ $user->generality->job }}
Établissement/Service/Structure d’accueil: {{ $user->generality->establishment }}
Département (Établissement/Service/Structure d’accueil): {{ $user->generality->department }}
Ville (Établissement/Service/Structure d’accueil): {{ $user->generality->city }}
Pays d’origine: {{ $user->generality->country }}
Lieu de résidence actuelle: {{ $user->generality->residence }}

Pièces jointes

@if (!is_null($user->attachments->file1)) @endif @if (!is_null($user->attachments->file2)) @endif @if (!is_null($user->attachments->file3)) @endif @if (!is_null($user->attachments->file4)) @endif @if (!is_null($user->attachments->file5)) @endif @if (!is_null($user->attachments->file6)) @endif @if (!is_null($user->attachments->file7)) @endif @if (!is_null($user->attachments->file8)) @endif
{{ attachments_type_from_file('file1') }}
{{ attachments_type_from_file('file2') }}
{{ attachments_type_from_file('file3') }}
{{ attachments_type_from_file('file4') }}
{{ attachments_type_from_file('file5') }}
{{ attachments_type_from_file('file6') }}
{{ attachments_type_from_file('file7') }}
{{ attachments_type_from_file('file8') }}

Evaluation

Informatique
evaluation->informatique_1 == 'Oui') {{ 'checked' }} @endif >
evaluation->informatique_1 == 'Non') {{ 'checked' }} @endif >
evaluation->informatique_2 == 'Oui') {{ 'checked' }} @endif >
evaluation->informatique_2 == 'Non') {{ 'checked' }} @endif >
evaluation->informatique_3 == 'Oui') {{ 'checked' }} @endif >
evaluation->informatique_3 == 'Non') {{ 'checked' }} @endif >
evaluation->informatique_4 == 'Oui') {{ 'checked' }} @endif >
evaluation->informatique_4 == 'Non') {{ 'checked' }} @endif >
Mathématiques
evaluation->mathematiques_1 == 'Oui') {{ 'checked' }} @endif >
evaluation->mathematiques_1 == 'Non') {{ 'checked' }} @endif >
evaluation->mathematiques_2 == 'Oui') {{ 'checked' }} @endif >
evaluation->mathematiques_2 == 'Non') {{ 'checked' }} @endif >
evaluation->mathematiques_3 == 'Oui') {{ 'checked' }} @endif >
evaluation->mathematiques_3 == 'Non') {{ 'checked' }} @endif >
evaluation->mathematiques_4 == 'Oui') {{ 'checked' }} @endif >
evaluation->mathematiques_4 == 'Non') {{ 'checked' }} @endif >
Statistiques
evaluation->statistiques_1 == 'Oui') {{ 'checked' }} @endif >
evaluation->statistiques_1 == 'Non') {{ 'checked' }} @endif >
evaluation->statistiques_2 == 'Oui') {{ 'checked' }} @endif >
evaluation->statistiques_2 == 'Non') {{ 'checked' }} @endif >
evaluation->statistiques_3 == 'Oui') {{ 'checked' }} @endif >
evaluation->statistiques_3 == 'Non') {{ 'checked' }} @endif >
evaluation->statistiques_4 == 'Oui') {{ 'checked' }} @endif >
evaluation->statistiques_4 == 'Non') {{ 'checked' }} @endif >
Physique
evaluation->physique_1 == 'Oui') {{ 'checked' }} @endif >
evaluation->physique_1 == 'Non') {{ 'checked' }} @endif >
evaluation->physique_2 == 'Oui') {{ 'checked' }} @endif >
evaluation->physique_2 == 'Non') {{ 'checked' }} @endif >
evaluation->physique_3 == 'Oui') {{ 'checked' }} @endif >
evaluation->physique_3 == 'Non') {{ 'checked' }} @endif >
evaluation->physique_4 == 'Oui') {{ 'checked' }} @endif >
evaluation->physique_4 == 'Non') {{ 'checked' }} @endif >