@include("template.Head")
@include("template.Navbar")
@include("template.SideBar")

Factures

@csrf
@foreach ($liste as $rows) @if($rows->etat_paiement == 0) @else @endif @if($rows->est_bon_sortie == 0) @else @endif @endforeach
ID Client Date de Livraison Montant Facture Date Facturation Etat Paiement Etat Bon de sortie
{{ $rows->idfacture }} {{ $rows->nom }} {{ FormatDate::format($rows->date_livraison) }} {{ number_format($rows->montant_total,2,',',' ') }} {{ FormatDate::format($rows->datemouvement) }}Non PayéPayéNon LivréLivré
@include("template.Footer")