@extends('layouts.entreprise_base')
@section('content')Nombre poste: {{ $offre->nb_poste }}
Lieu: {{ $offre->lieu }}
Catégorie: {{ $offre->categorie }}
Type de contrat: {{ $offre->type_contrat }}
@if($offre->duree_contrat)Durée du contrat: {{ $offre->duree_contrat . ' mois' }}
@endifDate limite: {{ Carbon\Carbon::parse($offre->date_limite)->format('d-m-Y') }}
Statut: {{ $offre->status ?? 'Non précisé' }}
Salaire: {{ $offre->salaire ? $offre->salaire . ' XOF' : 'Non précisé' }}
@endifNiveau d'éducation: {{ $offre->education ?? 'Non précisé' }}
Expérience: {{ $offre->experience ?? 'Non précisé' }}
Créé le: {{ Carbon\Carbon::parse($offre->created_at)->format('d-m-Y H:i') }}
Dernière mise à jour: {{ Carbon\Carbon::parse($offre->updated_at)->format('d-m-Y H:i') }}
{{ $offre->description }}
Nom | Domaine | Expérience | Éducation | Score | Status | Action | ||
---|---|---|---|---|---|---|---|---|
{{ $postulation->candidate->user->name }} | {{ $postulation->candidate->user->email }} | {{ $postulation->candidate->domaine }} | {{ $postulation->candidate->experience }} ans | {{ $postulation->candidate->education }} | {{ $postulation->score }} / 100 | {{ $postulation->status }} | Voir Profil |
Aucun candidat n'a postulé.
@endifPublié le {{ $offre->created_at->format('d M, Y') }}
Lieu: {{ $offre->lieu ?? 'Non spécifié' }}
Date limite: {{ $offre->date_limite ?? 'Non spécifiée' }}
Éducation: {{ $offre->education ?? 'Non spécifiée' }}
Expérience: {{ $offre->experience ?? 'Non spécifiée' }}
Non spécifié
@endifNon spécifié
@endif