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

Formulaire CAMES

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