@extends('layouts.squelette') @section('css_header') @endsection @section('titre_header') {{ __('Sites') }} @endsection @section('titre') {{ __('Sites') }} @endsection @section('titre_page') {{ __('Liste') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'route', 'btn_imprim'=> true, 'btn_export'=> true,'btn_export_contrat'=> true]) {{-- --}} @if ( app('request')->input('intType')=='C') {{ __('Ajouter') }} @endif
@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.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
@component('components.select.select_site_implantations',['implantations' => @$implantations,'value' => @$site->sitImp_id,'search' => 'false','emptyValue' => 'true', 'required' => 'true']) @endcomponent
@if (Session::get('gestion_entites_sites')=='oui')
@endif
@if( env('ACTIVE_IMMOBILIER') =='1') @else @endif
{{ __('#') }} {{ __('Nom') }} {{ __('Localisation') }} {{ __('Enseigne') }} {{ __('Secteur') }}{{ __('Date de fin de bail') }}{{ __('Type') }}{{ __('Implantation') }} {{ __('Téléphone') }} {{ __('Actif') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection