Gestion des candidatures
{{ $applications->total() }} candidature(s)
Succès !
{{ session('success') }}
@endif
@if(request('status'))
Réinitialiser
@endif
| Candidat | Offre | Date | Statut | CV | Actions |
|---|---|---|---|---|---|
|
{{ $application->user ? $application->user->name : 'Utilisateur supprimé' }}
{{ $application->user ? $application->user->email : 'N/A' }}
|
{{ $application->offer ? $application->offer->title : 'N/A' }}
|
{{ $application->created_at->format('d/m/Y H:i') }} | @if($application->status == 'pending') En attente @elseif($application->status == 'accepted') Acceptée @elseif($application->status == 'rejected') Refusée @endif | @if($application->cv_path) Télécharger @else Aucun CV @endif |
{{ $applications->links() }}
@else
Aucune candidature trouvée
Aucune candidature ne correspond à vos critères de recherche.