@extends('layouts.main') @section('breadcrumb') @include('admin.parts.breadcrumb.accounts.index') @endsection @section('content')

{{ __('Import') }}

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

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

{{ __('User') }}

{{ __('The first line contains the labels') }}

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

{{ __('External Account') }}

{{ __('Fill the related columns if you want to add an external account as well') }}

  1. {{ __('Username') }}*
  2. {{ __('Domain') }}*
  3. {{ __('Password') }}*
  4. {{ __('Realm') }} (different than domain)
  5. {{ __('Registrar') }} (different than domain)
  6. {{ __('Outbound Proxy') }} (different than domain)
  7. {{ __('Protocol') }} (UDP, TCP or TLS)

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