@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Enseignes') }} @endsection @section('titre_header') {{ __('Enseignes') }} @endsection @section('titre_page') {{ __('Liste') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'route', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')

@csrf
{{-- @component('components.select.select_customer',['customers' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent --}}
{{-- @component('components.select.select_secteur',['secteurs' => @$secteurs,'value' => '', 'search' => 'false','emptyValue' => 'true', 'required' => 'true']) @endcomponent --}}
@component('components.dates.select_simple',['label' => 'Date de début','value' => @$owner_contract->ownCon_startDate,'name' => 'ownCon_startDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de fin','value' => @$owner_contract->ownCon_endDate,'name' => 'ownCon_endDate']) @endcomponent
@component('components.select.select_sig_sec_site',['signs' => '', '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(false,false,false), 'initialiser' => true, 'options_all' => true, ]) @endcomponent
{{-- --}}
# {{ __('Bailleur') }}{{ __('Enseigne') }}{{ __('Site') }} {{ __('Description') }} {{ __('Date début') }} {{ __('Date fin') }} {{ __('Montant Initial') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection