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

Titres et Travaux

@foreach ($titles as $title) @endforeach
Nom Description
{{ $title->name }} {{ $title->description }}
{{-- AFFICHAGE DES PIECES JOINTES --}}
@foreach( $titles as $key => $file)
@endforeach
@foreach( $titles 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