@extends('layouts.main')
@section('breadcrumb')
@include('admin.parts.breadcrumb.accounts.index')
- {{ __('Select a file') }}
- {{ __('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