{{-- resources/views/admin/users/import.blade.php --}} @extends('layouts.base') @section('title', __('Import users (CSV)')) @section('content')
firstname,lastname,email,password,phone,address1,address2,postcode,city,country_isocode,role_id,society_id Alice,Durand,alice@example.com,,0600000001,10 Rue A,,75001,Paris,FR,4,1 Bob,Martin,bob@example.com,Secret123,0600000002,20 Rue B,,69001,Lyon,FR,4,1{{ __('If password is empty, a random password will be generated. New users will receive a verification email.') }}