@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Sites') }} @endsection @section('titre_header') {{ __('Site') }} @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(Session()->get('use_roleAdd')=='1') @if ( app('request')->input('intType')=='C') {{ __('Ajouter') }} @endif @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
{{ __('#') }} {{ __('Nom') }} {{ __('Localisation') }} {{ __('Enseigne') }} {{ __('Secteur') }} {{ __('Type') }} {{ __('Implantation') }} {{ __('Actif') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection