@extends('layouts.app') @section('title','Symptom Import') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('symptoms-export', $authRolePermissions)) Download Excel Format @endif
@csrf @method('post')
Upload Symptoms From Excel

Note:

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

1. Symptom Title (required):

Enter the full Symptom Title (mandatory, unique).

2. Symptom Type (required):

Enter the Symptom Type (mandatory).

3. Description (optional):

Optionally, provide a description if applicable.

@endsection @section('js') @endsection