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

--}}
@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
--}}
# {{ __('Type') }} {{ __('Nom prénom') }} {{ __('Actif') }} {{ __('Email / login') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection