@extends('both.template') @section('title', 'FACTURES | OPTIMIA') @section('styleSheets') @endsection @section('content')
# | Code Facture | Client | Création | Date d'échéance | Montant | Status | Action |
---|---|---|---|---|---|---|---|
{{ $i }} | {{ $invoice->invoiceCode }} | {{ $invoice->clientFullName }} | {{ date('d M Y', strtotime($invoice->createdAt )) }} | {{ App\Utils\Utils::getDBDateFormat($invoice->invoiceDueDate, true) }} | {{ $invoice->invoiceStateName }} |