@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 7/8

Posters

@foreach ($posters as $key => $poster)
Poster N°- {{ $key + 1}}
Type : {{ $poster->titre }}
Titre : {{ $poster->titre }}
Auteurs : {{ $poster->auteur }}
Années : {{ $poster->annee }}
@endforeach {{-- AFFICHAGE DES PIECES JOINTES --}}

Pieces jointes

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