@extends('layouts.admin_base') @section('content')
Candidat | Offre | Date | Statut |
---|---|---|---|
{{ $postulation->candidate->first_name }} {{ $postulation->candidate->last_name }} | {{ $postulation->offre->titre }} | {{ $postulation->created_at->format('d/m/Y') }} | {{ $postulation->status }} |