@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __('Gestion des interventions') }} @endsection @section('titre') {{ __('Gestion des DI') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', [ 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
{{-- --}}
@csrf
@component('components.select.select_activity',['activities' => $activities,'value' => '','search' => 'true','emptyValue' => 'false','multiple' => 'false']) @endcomponent
@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
@component('components.dates.select_simple',['label' => 'Date planifiée du','value' => '','name' => 'planningDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'planningDate2']) @endcomponent
# {{ __('Date création') }} {{ __('Titre') }} {{count(Session::get('sites_user')) < 2 ? '': __('Site')}} {{ __('Type d\'intervention') }} {{ __('Etat') }} {{ __('Travaux') }} {{ __('Assignation') }} {{ __('Date planifiée') }}
@endsection @section('js_footer') @endsection @section('modale') @endsection