@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __('Statistiques sur les activités / lots') }} @endsection @section('js_header') @endsection @section('contenu')
@csrf {{ csrf_field() }}
@component('components.select.select_customer',['customers' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent {{-- @component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent --}} @component('components.select.select_sig_sec_site',['signs' => '', 'customers' => '', 'signs' => '', 'secteurs' => '', 'sites' => '', 'sig_value' => '', 'sec_value' => '', 'sit_value' => '', 'required' => array(false,false,false), 'search' => array(true,true,true), 'multiples' => array(false,false,true), 'emptyValues' => array(false,false,false), 'initialiser' => true, 'options_all' => true, ]) @endcomponent @component('components.select.select_activity',['activities' => '','value' => '','search' => 'true','emptyValue' => 'false']) @endcomponent
@component('components.dates.select_simple',['label' => 'Période (date de réalisation) du','value' => '','name' => 'startDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'endDate']) @endcomponent
     
@endsection @section('js_footer') @endsection @section('modale') @endsection