@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Historique des astreintes") }} @endsection @section('titre_page') {{ __("Historique des astreintes") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => false, 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
@csrf
@component('components.dates.select_simple',['label' => 'Du','value' => '','name' => 'search_useAst_startDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'search_useAst_startDate2']) @endcomponent
{{ __("Utilisateur") }} {{ __("Début") }} {{ __("Fin") }}
@endsection @section('js_footer') @endsection