@extends('layouts.squelette') @section('css_header') {{-- --}} @endsection @section('js_header') @endsection @section('titre') {{ __('Planification des interventions') }} @endsection @section('titre_header') {{ __('Planification des interventions') }} @endsection @section('titre_page') {{ __('Planification des interventions') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_retour'=> true]) @endsection @section('contenu')
{{-- @dd(Auth::user()->secteurs) --}}
@component('components.select.select_site',['sites' => @$sites,'value' => [],'search' => 'true','emptyValue' => 'true', 'label' => 'Parc', 'size' => 15, 'multiple' => 'true', 'options_all' => true]) @endcomponent
@if (Auth::user()->role != 'lead_tech')
@endif
@component('components.select.select_activity',['activities' => @$activities,'value' => [],'search' => 'true','emptyValue' => 'true', 'label' => 'Activité', 'size' => 15, 'multiple' => 'true', 'options_all' => true]) @endcomponent
Ajouter une planification (glisser-déposer)
{{-- @if (droit('send_planning_secteurs') && ($user->role == 'admin' || $secteurCount > 1))
@endif --}} @if (droit('send_planning_secteurs'))
@endif
{{--
--}}
@endsection @section('js_footer') @endsection @section('modale') @endsection