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

Note:

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

1. Operation Name (required):

Enter the full Operation Name (mandatory, unique).

2. Operation Category (required):

Enter the Operation Category (mandatory).

@endsection @section('js') @endsection