@extends('layouts.app') @section('title','Test Unit Import') @section('pages')
@include('layouts.partials.nav-menu')
@if(auth()->user()->can('test-unit-export')) Download Excel Format @endif
@csrf @method('post')
Upload Test Units From Excel

Note:

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

1. Test Unit Name (required):

Enter the full Test unit name (mandatory, unique).

2. Description (optional):

Optionally, provide a description if applicable.

3. Status (Active/Inactive, optional):

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

@endsection @section('js') @endsection