@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Calendrier") }} @endsection @section('titre_page') {{ __("Calendrier des interventions") }} @endsection @section('contenu')

@csrf
@component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'false']) @endcomponent
@component('components.select.select_secteur',['secteurs' => '','value' => '','search' => 'true','emptyValue' => 'false']) @endcomponent
Règlementaire  Préventive  Curative 
@endsection @section('js_footer') @endsection @section('modale') @endsection