@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Bordereaux") }} @endsection @section('titre_header') {{ __("Bordereaux") }} @endsection @section('titre_page') {{ __("Liste") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'modale', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')

@csrf
@component('components.select.select_customer',['customers' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date création entre','value' => '','name' => 'createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'et','value' => '','name' => 'createdDate2']) @endcomponent
{{ __('Ajouter bordereau') }}
{{ __('N°') }} {{ __('Factures') }} {{ __('Client') }} {{ __('Societe Facturation') }} {{ __('Date') }} {{ __('Montant HT') }} {{ __('Montant TTC') }} {{ __('Nbr factures') }} {{ __('Factures payées')}} {{ __('Etat') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @endsection