@extends('layouts.squelette') @section('css_header') @endsection @section('titre_header') {{ __("Clients") }} @endsection @section('titre') {{ __("Clients") }} @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
@if (Session::get('company_active')!='') @else @component('components.select.select_company_customer',['companies' => $companies, 'value' => Session::get('company_active') ?? '', 'search' => 'true', 'emptyValue' => 'true', 'required' => 'false', 'multiple' => 'true']) @endcomponent @endif
# {{ __("Raison sociale") }} {{ __("Téléphone") }} {{ __("Ville") }} {{ __("Pays") }} {{ __("Actions") }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection