@extends('layouts.expert.main') @section('style') @endsection @section('content')
@include('layouts.expert.miniHeader')
@if ($status_candidate->status == "en_cours")
@csrf
@else
@csrf
@endif

Publications scientifiques Partie 5/8

Articles de vulgarisation

@foreach ($vulgarisations as $key => $vulgarisation)
Articles de vulgarisation N°- {{ $key + 1}}
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 }}
@endforeach {{-- AFFICHAGE DES PIECES JOINTES --}}

Pieces jointes

@foreach($vulgarisations as $key => $vulgarisation)
@endforeach
@foreach($vulgarisations as $key => $vulgarisation) @endforeach {{-- FIN AFFICHAGE DES PIECES JOINTES --}}
@if ($status_candidate->status == "en_cours")
@csrf
Observation:
Joindre le fichier d'observation:
@else @endif
@endsection