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