@extends('layouts.main')
@section('breadcrumb')
@include('admin.account.parts.breadcrumb_accounts_index')
- {{ __('Select a file') }}
- {{ __('Import') }}
{{ $linesCount }} accounts will be imported for the {{ $domain }} domain
@if ($errors->isNotEmpty())
{{ __('Errors') }}
@foreach ($errors as $title => $body)
{{ $title }} {{ $body }}
@endforeach
@endif
@endsection