@extends('layouts.app') @section('title','Test Items Import') @section('pages')
@include('layouts.partials.nav-menu')
@if(auth()->user()->can('test-list-export')) @endif
@csrf @method('post')
Upload Test Items in {{ $group->group_name }} Group

Note:

Duplicate record(s) will be skipped.
If a record(s) already exists, only that record(s) will be skipped.
Test Name and Test Unit fields are required; all other fields are optional.

1. Test Name (required):

Enter the full Test Name.

2. Test Type (optional):

Enter the Test Type as either "TEST ITEM", "TEST COMMENT FOR TECHNICIAN", or "TEST LABEL" Only these types are allowed.

3. Test Unit (required):

Enter the Test Unit.

4. Sample Type (optional):

Enter the Sample Type.

5. Result Input Type (optional):

Enter the Result Input Type as either "NUMBER", "TEXT", "TIME", "SUMMER NOTE", "OPTIONS", "IMAGE" or "PDF" Only these types are allowed.

6. Status (optional):

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

@endsection @section('js') @endsection