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

Communications et Congrès

@foreach ($communications as $key => $communication)
communication N°- {{ $key + 1}}
Types : {{ $communication->type }}
Titres communications : {{ $communication->titre }}
Auteurs : {{ $communication->auteur }}
Année : {{ $communication->annee }}
@endforeach {{-- AFFICHAGE DES PIECES JOINTES --}}

Pieces jointes

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