@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __('Liste des interventions') }} @endsection @section('titre') {{ __('Liste des interventions') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', [ 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
@if (Session::get('libelles_sites_user')!='') {{ __('Créer une DI') }} @else

{{ __('Votre compte est rattaché à aucun site !') }}
@endif
@if (Session::get('cbcloturedi_interface_sites')=='oui') @endif
@if (Session::get('libelles_sites_user')!='') {{ __('Créer une DI') }} @else @endif
@if (Session::get('cbcloturedi_interface_sites')=='oui') @endif
@csrf
@if (count(Session::get('sites_user')) > 1) @component('components.select.select_sig_sec_site',['signs' => '', 'customers' => '', 'signs' => '', 'secteurs' => '', 'sites' => '', 'sig_value' => '', 'sec_value' => '', 'sit_value' => '', 'required' => array(false,false,false), 'search' => array(true,true,true), 'multiples' => array(false,false,false), 'emptyValues' => array(false,false,false), 'initialiser' => true, 'options_all' => true, 'mode_creation_di' => false, ]) @endcomponent @endif
@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') }} {{ __('Activités / Lots') }} {{ __('Assignation') }} {{ __('Date planifiée') }}
@endsection @section('js_footer') @endsection @section('modale') @if(Session()->get('campaign_management',)=='oui') @include('popups.campaign_popup') @if (!$hasCompletedAllSurveys) @include('popups.survey_popup') @endif @endif @endsection