@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Courriers") }} {{ session('company_active_name') ? '- ' . session('company_active_name') : '' }} @endsection @section('titre_header') {{ __("Courriers") }} @endsection @section('titre_page') {{ __("Liste des courriers") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'route', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu') {{--
| {{ __("#") }} | {{ __("Société") }} | {{ __("Date") }} | {{ __("Réception") }} | {{ __("Type") }} | {{ __("Expéditeur") }} | {{ __("Titre") }} | {{ __("Statut") }} | {{ __("Agent affecté") }} | {{ __("Important") }} | {{ __("Date limite") }} | {{--{{ __("Document") }} | --}}{{ __("Terminé") }} | {{ __("Actions") }} |
|---|