@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Factures clients") }} @endsection @section('titre_page') {{ __("Gestion des factures clients") }} @endsection @section('panel_boutons') @endsection @section('contenu')
@if(Session()->get('use_roleExport')=='1') getName() }}> {{ __("Exporter") }} @endif
{{ __('Seules les factures saisies pendant les '.Session::get('nbjours_sel_di').' derniers jours apparaissent par défaut. ') }}
@csrf
{{-- @component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent --}} @component('components.select.select_customer',['customers' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
@component('components.select.select_status',['status' => '','value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'true']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date facture du','value' => '','name' => 'achievementDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'achievementDate2']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date saisie du','value' => '','name' => 'createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'createdDate2']) @endcomponent
Total : 0€ HT
# {{ __('Client') }} {{ __('Statut') }} {{ __('DI') }} {{ __('HT') }} {{ __('TTC') }} {{ __('Date création') }} {{ __('Date échéance') }} {{ __('Payée') }} {{ __('Date paiement') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale')