@extends('layouts.app') @section('title', 'Tableau de bord') @section('content')
| N° dossier | Client | Destination | État | ETA |
|---|---|---|---|---|
| {{ $t->numero_dossier ?: $t->numero_affaire }} | {{ $t->client }} | {{ $t->destinationPays?->nom }} | {{ $t->etat?->nom }} | {{ $t->eta?->format('d/m/Y') }} |
| Aucun dossier en retard 🎉 | ||||