@extends('layouts.squelette') @section('css_header') @endsection @section('js_header') @endsection @section('titre_header') {{ __('Calendrier') }} @endsection @section('titre') {{ __('Calendrier des interventions') }} @endsection @section('titre_page') {{ __('Liste des interventions') }} @endsection @section('contenu') {{-- {{__('Règlementaire')}}  {{__('Préventive')}}  {{__('Curative')}}  --}}
@csrf @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
@component('components.select.select_provider',['providers' => '','value' => '','search' => 'true','emptyValue' => 'false']) @endcomponent
@if(Session()->get('active_techniciens')=='oui')
@component('components.select.select_user',['users' => '','value' => '','search' => 'true','emptyValue' => 'false']) @endcomponent
@endif
@endsection @section('js_footer') @endsection @section('modale') @endsection