@extends('layouts.main') @section('breadcrumb') @include('admin.account.parts.breadcrumb_accounts_index') @endsection @section('content')

users Import accounts

Cancel
  1. Select data file
  2. Import data

Use this existing example (.csv) template or create your own csv file.

This file MUST be in csv format and contain at least the following information:

  1. The first line contains the labels
  2. Username*
  3. Password* (6 characters minimum)
  4. Role* (admin or user)
  5. Statuts* (active, inactive)
  6. Phone number, must start with a + if set

@csrf
@include('parts.errors', ['name' => 'csv'])
@endsection