@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Carte des interventions') }} @endsection @section('titre_page') {{ __('Carte des interventions') }} @endsection @section('contenu')
@component('components.dates.select_simple',['label' => 'Date ','value' => now(),'name' => 'dateMap']) @endcomponent
{!! $tableau_techs !!}

{{-- {{ __('A planifier technicien') }} {{ __('Planifiée technicien') }} {{ __('En cours technicien (J - J-3) ') }} {{ __('Technicien') }} --}}
@endsection @section('js_footer') @endsection @section('modale') @endsection