@extends('layout') @section('content')

Liste des candidats

Liste des candidats
{{ csrf_field() }}
Champ obligatoire
Champ obligatoire
Champ obligatoire
Champs obligatoire
Champ obligatoire
{{----}}
Champ obligatoire

{{----}} @foreach($candidats as $candidat) {{----}} @endforeach {{-- --}} {{-- --}}
# Nom TéléphoneAdresse Téléphone Email Agedate Dépot Spécialite cv action
{{$candidat->id}} {{$candidat->prenom}} {{$candidat->nom}} {{$candidat->telephone}}{{$candidat->adresse}} {{$candidat->email}} {{$candidat->age}}{{ Carbon\Carbon::parse($candidat->created_at)->format('d/m/Y') }} {{$candidat->poste->intitule}} Voir cv
@foreach($candidat->documents as $document) {{ $document->typedoc }} @endforeach
# Nom TéléphoneAdresse Téléphone Email AgeSexe Situation matrimoniale Nombre d'enfant formation diplome expériencedate Dépot Spécialite cv action
@endsection @section('script') @endsection