@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Sites') }} @endsection @section('titre_header') {{ __('Equipements') }} @endsection @section('titre_page') {{ __('Equipements référencés pour les sites') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => false, 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
{{ __('Liste des références') }}
{{--
--}}

@csrf
@component('components.select.select_sig_sec_site',[ 'customers' => '', 'signs' => '', 'secteurs' => '', 'sites' => '', 'sig_value' => '', 'sec_value' => '', 'sit_value' => '', 'required' => array(false,false,false), 'search' => array(true,true,true), 'multiples' => array(false,false,false), 'emptyValues' => array(true,true,true), 'initialiser' => true ]) @endcomponent @component('components.select.select_act_actDet_equip',[ 'activities' => '', 'activities_details' => '', 'act_value' => '', 'actDet_value' => '', 'required' => array(false,false), 'search' => array(true,true), 'multiples' => array(false,false), 'emptyValues' => array(true,true), 'pref_name' => 'rech_' ]) @endcomponent
@component('components.dates.select_simple',['label' => 'DFVT du','value' => '','name' => 'equSit_nextActionDate1']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'equSit_nextActionDate2']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date fin de garantie du','value' => '','name' => 'equSit_endGuaranteeDate1']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'equSit_endGuaranteeDate2']) @endcomponent
{{ __('Site') }} {{ __('Activité') }} {{ __('Nom') }} {{ __('Marque') }} {{ __('Référence') }} {{ __('Date installation') }} {{ __('DFVT') }} {{ __('Fin de garantie') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.equipment.cu_equipment', ['page' => 'equipment']) @endsection