@extends('admin.layout.main') @section('content')

Import Customer User

@csrf @if(count($errors) > 0)
Upload Validation Error

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($errors->has('import_file'))
{{ $errors->first('import_file') }}
@endif
Simple File