@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Création intervention") }} @endsection @section('titre_page') {{ __("Création intervention") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_retour' => 'true']) @endsection @section('contenu')
@csrf
@if (count(Session::get('signs_user')) > 1) @component('components.select.select_sign',['signs' => $signs,'value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'false']) @endcomponent @else @endif @component('components.select.select_site',['sites' => '','value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'false']) @endcomponent
@component('components.select.select_activity',['activities' => $activities,'value' => '','search' => 'true','emptyValue' => 'false', 'required' => 'true','multiple' => 'false']) @endcomponent
@component('components.cb_ouinon',[ 'title' => 'Urgence', 'name' => 'int_urgency', 'value' => '' ]) @endcomponent
@component('components.dates.select_datetime',['label' => 'Date création', 'value' => Now(), 'name' => 'int_createdDate','required' => 'false','disabled' => 'true']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de planification souhaitée', 'value' => @$intervention->int_createdDate, 'name' => 'int_desiredPlanningDate','required' => 'false']) @endcomponent
@component('components.dates.select_simple',['label' => 'Intervention possible à partir du', 'value' => @$intervention->int_datePossible, 'name' => 'int_datePossible','required' => 'false']) @endcomponent
@component('components.dates.select_simple',['label' => 'A terminer au plus tard le ', 'value' => @$intervention->int_dateLater, 'name' => 'int_dateLater','required' => 'false']) @endcomponent
{{ __('Fichiers associées') }}


@endsection @section('js_footer') @if (count(Session::get('signs_user')) == 1) @else @endif @endsection