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

{{ __('Import') }}

{{ __('Cancel') }} Previous
@csrf {{ __('Import') }}
  1. {{ __('Select a file') }}
  2. {{ __('Import') }}
@if ($errors->isNotEmpty())

{{ __('Errors') }}

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

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

@endforeach @else

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

@endif
@endsection