@extends('layouts.main')
@section('breadcrumb')
@include('admin.account.parts.breadcrumb_accounts_index')
- {{ __('Select a file') }}
- {{ __('Import') }}
{{ __('The file must be in CSV following this template') }}: example_template.csv
- {{ __('The first line contains the labels') }}
- {{ __('Username') }}*
- {{ __('Password') }}* (6 characters minimum)
- {{ __('Role') }}* (admin or user)
- {{ __('Status') }}* (active, inactive)
- {{ __('Phone number') }}
- {{ __('Email') }}
@endsection