@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Bordereaux") }} @endsection @section('titre_header') {{ __("Bordereaux") }} @endsection @section('titre_page') @isset($bordereau->bor_id)
| {{ __('Facture') }} | {{ __('PDF') }} | {{ __('Référence')}} | {{ __('libellé')}} | {{ __('N° Magasin')}} | {{ __('Date')}} | {{ __('Montant HT') }} | {{ __('Montant TTC') }} | {{ __('Etat') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|---|---|---|
| No {{ $invoice->cusInv_id }} - {{$invoice->cus_socialReason}} | {{$invoice->cusInv_number}} | {!!$invoice->int_title!!} | {{$invoice->sit_code}} | {{ date_en_fr($invoice->cusInv_createdDate)}} | {{ number_format((float)$invoice->cusInv_amountHT, 2, '.', ' ') }} | {{ number_format((float)$invoice->cusInv_amountTTC, 2, '.', ' ') }} | {{$invoice->cusInv_payed == 1 ? 'Payée' : 'Non payée'}} |