@if ($status_candidate->status == "en_cours")
@else
@endif
@endforeach
{{-- AFFICHAGE DES PIECES JOINTES --}}
@foreach($technical_files as $key => $technical)
@endforeach
{{-- FIN AFFICHAGE DES PIECES JOINTES --}}
Publications scientifiques Partie4/8
Fiches techniques
@foreach ($technical_files as $key => $technical)| Titre : | {{ $technical->titre }} |
| Auteur : | {{ $technical->auteur }} |
| Date de parution : | {{ $technical->date_parution }} |
| ISBN : | {{ $technical->isbn }} |
Pieces jointes
@foreach($technical_files as $key => $technical)
@endforeach