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

users {{ __('Import') }}

{{ __('Cancel') }} Previous
@csrf download-simple {{ __('Import') }}
  1. {{ __('Select a file') }}
  2. {{ __('Import') }}

{{ $linesCount }} accounts will be imported for the {{ $domain }} domain

@if ($errors->isNotEmpty())

{{ __('Errors') }}

@foreach ($errors as $title => $body)

{{ $title }} {{ $body }}

@endforeach @endif
@endsection