@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __("Statistiques sur les sites") }} @endsection @section('js_header') @endsection @section('contenu')
@csrf {{ csrf_field() }}
@if (count(Session::get('signs_user')) >> 1) @component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'true']) @endcomponent {{-- @else --}} @endif @component('components.select.select_site',['sites' => '','value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'true']) @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_choix',['buttons'=> array('last_year', 'month','year'), 'target1' => 'startDate','target2' => 'endDate']) @endcomponent
     
@endsection @section('js_footer') @endsection @section('modale') @endsection