Détails de la candidature

Retour

{{ $application->user ? $application->user->name : 'Utilisateur supprimé' }}

Soumise le {{ $application->created_at->format('d/m/Y à H:i') }}

{{ $statusLabels[$application->status] }}
@csrf @method('PATCH')
@csrf @method('PATCH')
@csrf @method('PATCH')

Informations candidat

Nom complet

{{ $application->user ? $application->user->name : 'Utilisateur supprimé' }}

Email

{{ $application->user ? $application->user->email : 'N/A' }}

Téléphone

{{ $application->phone ?? 'Non spécifié' }}

CV

@if($application->cv_path) Télécharger le CV @else Aucun CV fourni @endif

Offre concernée

Titre de l'offre

{{ $application->offer->title ?? 'N/A' }}

Entreprise

{{ $application->offer->company_name ?? 'N/A' }}

Date limite

{{ $application->offer->deadline ? \Carbon\Carbon::parse($application->offer->deadline)->format('d/m/Y') : 'Non spécifiée' }}

@if($application->offer) Voir l'offre complète @endif

Lettre de motivation

{{ $application->cover_letter }}