@extends('layouts.app') @section('title', 'Import Users') @section('content')

Import Users

Back
{{-- Alert Messages --}} @include('common.alert')
Import Users
@csrf

Please Upload CSV in Given Format Sample CSV Format

{{-- File Input --}}
*File Input(Datasheet) @error('file') {{$message}} @enderror
@endsection