@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __("Liste des opérations") }} @endsection @section('titre') {{ __("Liste des opérations") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', [ 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
@csrf
@component('components.select.select_log_type',['log_type' => @$log_type,'value' => '','search'=> 'true','emptyValue' => 'true', 'multiple' => 'true']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date opération du','value' => '','name' => 'Operation_date']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'Operation_date2']) @endcomponent
{{ __('Numéro DI') }} {{ __('Description') }} {{ __('Utilisateur') }} {{ __('Date / heure') }}
@endsection @section('js_footer') @endsection