@if ($status_candidate->status == "en_cours")
@else
@endif
@endforeach
{{-- AFFICHAGE DES PIECES JOINTES --}}
@foreach($vulgarisations as $key => $vulgarisation)
@endforeach
{{-- FIN AFFICHAGE DES PIECES JOINTES --}}
Publications scientifiques Partie 5/8
Articles de vulgarisation
@foreach ($vulgarisations as $key => $vulgarisation)| Titre : | {{ $vulgarisation->titre }} |
| auteurs : | {{ $vulgarisation->titre }} |
| Rang parmi les auteurs : | {{ $vulgarisation->auteurs }} |
| Correspondant de l'auteur : | {{ $vulgarisation->rang_auteur }} |
| Nom de la revue : | {{ $vulgarisation->revue_name }} |
| ISBN/ISSN : | {{ $vulgarisation->isbn_issn }} |
| Editeur : | {{ $vulgarisation->editeur }} |
| Type de la revue : | {{ $vulgarisation->revue_type }} |
| Langue de la revue : | {{ $vulgarisation->revue_langue }} |
| Portée de la revue : | {{ $vulgarisation->portee_revue }} |
| Reférences de la revue : | {{ $vulgarisation->reference_revue }} |
| Pages : | {{ $vulgarisation->pages }} |
| Date de publication : | {{ $vulgarisation->date_publication }} |
| Résumé : | {{ $vulgarisation->resume }} |
| Mots clés : | {{ $vulgarisation->mots_cles }} |
Pieces jointes
@foreach($vulgarisations as $key => $vulgarisation)
@endforeach