Interventions

{{ $statPlannifie / 10 }}/10

{{ $statPlannifie }}%

{{ $statEnCours / 10 }}/10

{{ $statEnCours }}%

{{ $statTermine / 10 }}/10

{{ $statTermine }}%

@forelse ($interventions as $row) @empty {{-- Laisser vide car l'absence de donnée est géré par DataTable --}} @endforelse
Date Offre Site Titre Statut
{{ $row->date_start ? $row->date_start->format('d/m/Y') : '-' }} {{ $row->t_devi?->id_libelle ?? '-' }} {{ $row->t_location?->libelle ?? '-' }}
{{ $row->t_location->adresse ?? '-' }}
{{ $row->t_location->cp ?? '-' }} - {{ $row->t_location->ville ?? '-' }}
{{ $row->t_devi?->libelle ?? '-' }} @php $statut = $row->statut(); @endphp $statut === 'planifié', 'valide' => $statut === 'terminé', 'en-cours' => $statut === 'en cours', ])> {{ $statut }}
Aucun enregistrement trouvé
Date Offre Site Titre Statut