@extends('layouts.main') @section('breadcrumb') @endsection @section('content')

people Import accounts

Cancel Previous
@csrf publish Import
  1. Select data file
  2. 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