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

users {{ __('Import') }}

{{ __('Cancel') }}
  1. {{ __('Select a file') }}
  2. {{ __('Import') }}

{{ __('The file must be in CSV following this template') }}: example_template.csv

  1. {{ __('The first line contains the labels') }}
  2. {{ __('Username') }}*
  3. {{ __('Password') }}* (6 characters minimum)
  4. {{ __('Role') }}* (admin or user)
  5. {{ __('Status') }}* (active, inactive)
  6. {{ __('Phone number') }}
  7. {{ __('Email') }}

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