@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __('Liste des interventions') }} @endsection @section('titre') {{ __('Gestion des DI') }} @endsection @section('contenu')
    {{-- @if(Session()->get('interPresta_addDiCurr')=='oui') {{ __('Ajouter DI curative') }} @endif --}} @if(Session()->get('interPresta_addDiPrev')=='oui') {{ __('Ajouter DI préventive') }} @endif
{{ __('Filtrer') }}
{{--
--}} {{--
--}}
{{-- --}} @csrf {{----}}
@component('components.select.select_sig_site',[ 'signs' => @$signs, 'sites' => '', 'sig_value' => '', 'sit_value' => '', 'required' => array(false,false), 'search' => array(true,true), 'multiples' => array(false,false), 'emptyValues' => array(true,true), 'initialiser' => false, 'options_all' => false, ]) @endcomponent @component('components.select.select_activity',['activities' => $activities,'value' => '','search' => 'true','emptyValue' => 'false','multiple' => 'false']) @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
# {{ __('Enseigne') }} {{ __('Site') }} {{ __('Type d\'intervention') }} {{ __('Date planifiée') }} {{ __('Date réalisation') }} {{ __('Travaux') }} {{ __('Titre') }} {{ __('Etat') }}
@endsection @section('js_footer') @endsection