@extends('layouts.admin') @section('title', 'Import LHDN') @section('lhdn', 'active') @section('lhdn_upload', 'active') @section('content')

Import LHDN

Upload CSV



@csrf
@if ($errors->has('csv_file')) {{ $errors->first('csv_file') }} @endif


@endsection