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

Note:

Duplicate record(s) will be skipped.
If a record(s) already exists, only that record(s) will be skipped.
All fields are required.

1. Option Name (required):

Enter the Option Name.

2. Style Type (required):

Enter the Style Type as either "Normal," "Low," or "High." Only these types are allowed.

3. Status (optional):

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

@endsection @section('js') @endsection