@extends('layouts.admin_base') @section('content')

Listes des postulations

@foreach ($postulations as $postulation) @endforeach
Candidat Offre Date Statut
{{ $postulation->candidate->first_name }} {{ $postulation->candidate->last_name }} {{ $postulation->offre->titre }} {{ $postulation->created_at->format('d/m/Y') }} {{ $postulation->status }}
@endsection