@extends('layouts.squelette') @section('css_header') @endsection @section('titre') @endsection @section('titre_header') @endsection @section('titre_page') {{ __("Archivage des interventions") }} @endsection @section('panel_boutons') @endsection @section('contenu') @if(session('success'))
{{ session('success') }}
@endif
{{-- Bloc gauche : Archiver --}}

{{ __('Archiver des interventions') }}

@csrf
@component('components.dates.select_simple',['label' => 'Date création du','value' => '','name' => 'createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'createdDate2']) @endcomponent
{{-- Bloc droite --}}
{{-- Tableau état des archives (chargé en AJAX) --}} {{-- Tableau messages volumineux (chargé en AJAX) --}}
@endsection @section('js_footer') @endsection @section('modale') {{-- Modale pour voir le contenu d'un message --}} @endsection