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

Note:

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

1. Finding Name (required):

Enter the full Finding Name (mandatory, unique).

2. Finding Category (required):

Enter the Finding Category (mandatory).

3. Description (optional):

Optionally, provide a description if applicable.

@endsection @section('js') @endsection