@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') {{--
@if ( app('request')->input('intType')=='C') {{ __("Ajouter") }} @endif
--}}
@csrf
@component('components.select.select_company',['companies' => @$companies,'value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
@if(Auth::user()->role === 'admin')
@else @endif
@component('components.dates.select_simple',['label' => 'Reçu entre le','value' =>'','name' => 'cor_receiptDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'cor_receiptDate2']) @endcomponent
@component('components.dates.buttons_selection',['target1' => 'cor_receiptDate','target2' => 'cor_receiptDate2']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date limite entre le','value' =>'','name' => 'cor_limitDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'cor_limitDate2']) @endcomponent
@component('components.dates.buttons_selection',['target1' => 'cor_limitDate','target2' => 'cor_limitDate2']) @endcomponent
{{-- --}}
{{ __("#") }} {{ __("Société") }} {{ __("Date") }} {{ __("Réception") }} {{ __("Type") }} {{ __("Expéditeur") }} {{ __("Titre") }} {{ __("Statut") }} {{ __("Agent affecté") }} {{ __("Important") }} {{ __("Date limite") }}{{ __("Document") }}{{ __("Terminé") }} {{ __("Actions") }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection