@extends('layouts.home') @section('content')
Offre | Date | Statut | Action |
---|---|---|---|
{{ $candidature->offre->titre }} | {{ $candidature->created_at->format('d/m/Y') }} | @if($candidature->status == 'accepte') @if(optional($candidature->entretien)->date) Acceptée avec entretien @else Acceptée @endif @elseif($candidature->status == 'en_attente') En attente @else Rejetée @endif | @if($candidature->status == 'en_attente') @endif |
Offre : | |
Entreprise : | |
Statut : | |
Date de Postulation : | |
Date d'Entretien : |
Voulez-vous vraiment retirer cette candidature ?