@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Bordereaux") }} @endsection @section('titre_header') {{ __("Bordereaux") }} @endsection @section('titre_page') @isset($bordereau->bor_id)

Bordereaux N° B{{$bordereau->bor_id}}

@else {{ __("Gestion des bordereaux") }} @endisset @endsection @section('panel_boutons') Retour @endsection @section('contenu')
@csrf
{{--@component('components.select.select_customer_modal_affect',['customers' => @$customers,'value' => $bordereau->cus_id,'search' => 'true','emptyValue' => 'false' ,'required' => 'true']) @endcomponent--}}
{{--@component('components.select.select_billingcompany',['bilCompanies' => @$billings,'value' => $bordereau->billing_id,'search' => 'true','emptyValue' => 'false' ]) @endcomponent --}}
{{--
--}}
{{ __("Ajouter une facture") }} bor_id }}> {{ __("Exporter Excel") }} bor_id }}> {{ __("Exporter PDF") }}
@foreach($invoices as $invoice) @endforeach
{{ __('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'}}
@endsection @section('js_footer') @endsection @section('modale') @endsection