@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __("Statistiques clients") }} @endsection @section('js_header') @endsection @section('contenu')
@csrf {{ csrf_field() }}
@component('components.select.select_customer',['customers' => @$customers,'value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
@component('components.select.select_sign',['signs' => @$signs,'value' => '','search' => 'true','emptyValue' => '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
@component('components.dates.buttons_selection',['target1' => 'startDate','target2' => 'endDate']) @endcomponent
     
@endsection @section('js_footer') @endsection @section('modale') @endsection