@extends('layouts.admin') @section('title', 'Import MSKU') @section('content-header', 'Import MSKU') @section('content')
@csrf
Import Excel/CSV
@error('file') {{ $message }} @enderror
Get XLXS File: MSKU Template
! Do make sure the XLXS file follows the format given above.
@endsection @section('js') @endsection