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

{{ __('Import EXCEL/CSV file only') }}

@include('shared.flash_message')
{{ __('Export Employee') }}

The first line in downloaded sample file should remain as it is. Please do not change the order of columns in file.

@csrf
{{ __('Please select excel/csv') }} file (allowed file size 2MB)
@endsection