@extends('layouts.app') @section('title','Sample Type Import') @section('pages')
@include('layouts.partials.nav-menu')
@if(auth()->user()->can('sample-type-export')) @endif
@csrf @method('post')
Upload Sample Types From Excel

Note:

Duplicate records will not be saved.
If a record already exists, only that record will be skipped.

1. Sample Type Name (required):

Enter the full package name (mandatory, unique).

2. Details (optional):

Optionally, provide a details if applicable.

3. Status (Active/Inactive, optional):

Specify the status as "Active" or "Inactive," if applicable.

@endsection @section('js') @endsection