@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Historique des mails') }} @endsection @section('titre_header') {{ __('Administration') }} @endsection @section('titre_page') {{ __('Historique des mails') }} @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' => 'Envoyé entre','value' => '','name' => 'senMai_createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'et','value' => '','name' => 'senMai_createdDate2']) @endcomponent
{{ __("Date") }} {{ __("Utilisateur") }} {{ __("Objet") }} {{ __("Envoyé à") }} {{ __("Envoyé à (copie)") }}
@endsection @section('js_footer') @endsection