@extends('layouts.squelette') @section('css_header') @endsection @section('titre_header') {{ __('Documents') }} @endsection @section('titre') {{ __('Documents') }} @endsection @section('titre_page') {{ __('Liste') }} @endsection @section('panel_boutons') @endsection @section('contenu')
@csrf
@component('components.dates.select_simple',['label' => 'Date création entre le','value' => '','name' => 'createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'et le','value' => '','name' => 'createdDate2']) @endcomponent
{{ __('Localisation document') }} {{ __('Catégorie document') }} {{ __('Description') }} {{ __('Nom') }} {{ __('Type')}} {{ __('Date Ajout') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @endsection