@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("DI réglé sans facture client") }} @endsection @section('titre_page') {{ __("Liste DI réglé sans facture client") }} @endsection @section('panel_boutons') @endsection @section('contenu')
@csrf
@component('components.select.select_sig_sec_site',[ 'customers' => @$customers, 'signs' => '', 'secteurs' => '', 'sites' => '', 'cus_value' => '', 'sig_value' => '', 'sec_value' => '', 'sit_value' => '', 'required' => array(false,false,false,false), 'search' => array(true,true,true,true), 'multiples' => array(false,false,false,false), 'emptyValues' => array(true,true,true,true), 'initialiser' => true, 'dflex' => true ]) @endcomponent
@component('components.dates.select_simple',['label' => 'Date création entre le','value' => '','name' => 'createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'et','value' => '','name' => 'createdDate2']) @endcomponent
{{ __('Client') }} {{ __('Enseigne') }} {{ __('Site') }} {{ __('Dp') }} # {{ __('Création') }} {{ __('Planif.') }} {{ __('Réalisation') }} {{ __('Titre') }} {{ __('Etat') }} {{ __('Ref. client') }} {{ __('Montant') }} {{ __('Anomalie') }}
@endsection @section('js_footer') @endsection