@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Documents Clients') }} @endsection @section('titre_header') {{ __('Documents Clients') }} @endsection @section('titre_page') {{ __('Documents clients') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'modale', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
{{-- --}} @if ( app('request')->input('intType')=='C') {{ __('Ajouter') }} @endif

@csrf
@component('components.select.select_sign',['signs' => @$clients,'value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
@component('components.select.select_site',['sites' => @$parcs,'value' => [],'search' => 'true','emptyValue' => 'true', 'required' => 'true', 'multiple' => 'true', 'label' => 'Parc', 'size' => '15', 'options_all' => 'true']) @endcomponent
@component('components.select.select_user',['users' => $lead_techs,'value' => [],'search' => 'true','emptyValue' => 'true', 'multiple' => 'true', 'label' => 'Lead Tech', 'size' => '15', 'options_all' => 'true']) @endcomponent
{{--
--}}
{{ __('Parc') }} {{ __('Date') }} {{ __('Libelle') }} {{ __('Documents') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection