@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('sites_user')) > 1) @component('components.select.select_site',['sites' => $sites,'value' => '','search' => 'true','emptyValue' => 'false','multiple' => 'false']) @endcomponent @else @endif
@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' => Date(), 'name' => 'int_createdDate','required' => 'false','disabled' => 'true']) @endcomponent
--}}
{{ __('Fichiers associées') }}
@component('components.cb_ouinon',['title' => 'Visible dans interface prestataire', 'name' => 'intFil_visibleProvider', 'value' => '0']) @endcomponent


@endsection