@extends('layouts.appadmin') @section('content')
| # | Client | Info Fret | Mode Paiement | Total TTC | Date | Action |
|---|---|---|---|---|---|---|
| {{ $facture->id }} | {{ $facture->client->nom ?? '-' }} | {{ $facture->infofret->ref ?? '-' }} | {{ $facture->modepayement->mode ?? '-' }} | {{ number_format($facture->total_ttc, 2) }} DH | {{ $facture->created_at->format('d/m/Y') }} |