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

Import File

{{--
--}}
{!! Form::open([ 'url' => '#', 'name' => 'importFileForm', 'id' => 'importFileForm', 'enctype' => 'multipart/form-data', ]) !!}

(Max. size 10 MB per file)

{!! Form::close() !!}

Instructions for Import File:

Please use Date Format in dd/mm/yyyy (Eg., 31/03/2024)

Please ensure that you save and close the excel sheet in your computer before you upload the file.

Sr. No. File Name Insert Count Update Count Error Count Total Count Status Type Remarks Import Date & Time
@endsection @section('customJs') @endsection