@extends('layouts.master') @section('title') Factures payées @endsection @section('content')
| N°.Facture | Date | Operateur | Secteur | Marche | Prestation | Montant | Statut |
|---|---|---|---|---|---|---|---|
| {{ $facture->numero_facture }} | {{ $facture->date_paiement->format('d/m/Y') }} | {{ $facture->marche->operateur->denomination }} | {{ $facture->secteur->libelle }} | {{ $facture->marche->reference }} | {{ $facture->prestation->titre }} | {{ number_format($facture->montant, 0, ',','.') }} | {{ ucfirst($facture->statut) }} |