@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
{{--
--}}
{{-- --}} @csrf {{----}}
@component('components.select.select_sign',['signs' => $signs,'value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent @component('components.select.select_site',['sites' => '','value' => '','search' => 'true','emptyValue' => 'true']) @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