@extends('layouts.app') @section('title','Test Package Import') @section('pages')
@include('layouts.partials.nav-menu')
@if(auth()->user()->can('test-item-normal-range-export')) @endif
@csrf @method('post')
Upload Normal Ranges in {{ $item_name->name }} Item

Note:

Report Output and Status fields are optional; all other fields are required.

1. Gender (required):

Enter the gender as either "Male," "Female," or "Transgender." Only these genders are allowed.

2. Min Age (required, integer):

Insert the minimum age as a whole number. Ensure that the minimum age is less than the maximum age.

3. Max Age (required, integer):

Insert the maximum age as a whole number. Ensure that the maximum age is greater than the minimum age.

4. Age Factor (required):

Enter the age factor as either "Hours," "Days," or "Years." Only these factors are allowed.

5. Min Value (required, integer):

Insert the minimum value as a whole number. Ensure that the minimum value is is less than the maximum value.

6. Max Value (required, integer):

Insert the maximum value as a whole number. Ensure that the maximum value is greater than the minimum value.

7. Report Output (optional):

Enter the report output, if applicable.

8. Special Case (required):

Enter the special case as either "Common," "Pregnant Woman," "Cancer Patient," or "Baby." Only these cases are allowed.

9. Status (optional):

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

@endsection @section('js') @endsection