Date : {{ \Carbon\Carbon::parse($rapport->date_rapport)->translatedFormat('l d F Y') }}
Quart : {{ $rapport->quart->nom ?? '—' }}
Responsable : {{ $rapport->responsable->name ?? '—' }}
Statut : {{ ucfirst($rapport->statut) }}
Date : {{ \Carbon\Carbon::parse($rapport->date_rapport)->translatedFormat('l d F Y') }} — Quart : {{ $rapport->quart->nom ?? '—' }}
Responsable : {{ $rapport->responsable->name ?? '—' }}
Heure début : {{ $rapport->heure_debut ?? '—' }}
Heure fin : {{ $rapport->heure_fin ?? '—' }}
Statut : {{ ucfirst($rapport->statut) }}
Soumis le : {{ $rapport->soumis_at?->format('d/m/Y H:i') ?? '—' }}
| Nom | Rôle |
|---|---|
| {{ $p->user->name ?? '—' }} | {{ $p->role ?? '—' }} |
| Aucun participant enregistré | |
| Entreprise | Effectif | Observations |
|---|---|---|
| {{ $p->entreprise }} | {{ $p->effectif ?? '—' }} | {{ $p->observations ?? '—' }} |
| Aucun prestataire enregistré | ||
| Nom | État | Observations |
|---|---|---|
| {{ $e->nom }} | {{ $e->etat_fonctionnement ?? '—' }} | {{ $e->observations ?? '—' }} |
| Aucun équipement enregistré | ||
| N° Vol | Provenance | Heure arrivée | Parking | Passagers | Bagages | Spoliés | 1er bagage | Dernier bagage |
|---|---|---|---|---|---|---|---|---|
| {{ $v->num_vol }} | {{ $v->provenance }} | {{ $v->heure_arrivee }} | {{ $v->parking ?? '—' }} | {{ $v->passagers ?? '—' }} | {{ $v->bagages ?? '—' }} | {{ $v->bagages_spolies ?? '—' }} | {{ $v->heure_premier_bagage ?? '—' }} | {{ $v->heure_dernier_bagage ?? '—' }} |
| Aucun vol d’arrivée enregistré | ||||||||
| N° Vol | Destination | Heure ouverture | Banque | Porte | Passagers | Bagages | Observations |
|---|---|---|---|---|---|---|---|
| {{ $v->num_vol }} | {{ $v->destination }} | {{ $v->heure_ouverture }} | {{ $v->banque ?? '—' }} | {{ $v->porte ?? '—' }} | {{ $v->passagers ?? '—' }} | {{ $v->bagages ?? '—' }} | {{ $v->observations ?? '—' }} |
| Aucun vol de départ enregistré | |||||||
| Date | Heure | Type | Gravité | Description | Service concerné | Actions | Résolu |
|---|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($i->date_incident)->format('d/m/Y') }} | {{ $i->heure_incident }} | {{ $i->type }} | {{ ucfirst($i->gravite) }} | {{ $i->description ?? '—' }} | {{ $i->service_concerne ?? '—' }} | {{ $i->actions ?? '—' }} | @if($i->resolu) Résolu @else Non résolu @endif |
| Aucun incident enregistré | |||||||
Photos associées :
| Zone | État | Observations |
|---|---|---|
| {{ $z->nom_zone }} | {{ ucfirst($z->etat_proprete) }} | {{ $z->observations ?? '—' }} |
| Aucune zone inspectée | ||
{{ $rapport->observations_generales ?? 'Aucune observation générale.' }}
{{ $rapport->resume_synthetique ?? 'Aucune observation finale.' }}