@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
Back to Dashboard
{{ $currentRecord ? 'Edit Item Type' : 'Add New Item Type' }}
@csrf @if($currentRecord) @method('PUT') @endif
Item Information
active ?? true)) ? 'checked' : '' }}>
is_service_item ?? false)) ? 'checked' : '' }}>
is_physical_item ?? true)) ? 'checked' : '' }}>
has_units_of_measure ?? true)) ? 'checked' : '' }}>
has_warehouse ?? true)) ? 'checked' : '' }}>
Product Information
@error('category') {{ $message }} @enderror
@error('bin_location') {{ $message }} @enderror
@error('barcode_box') {{ $message }} @enderror
Units of Measure
Pricing Details
$
$
%
%
Price List Markup:
@foreach($priceListNames as $list) @endforeach
Use Price List Name Markup % Excl. Price Incl. Price
{{ $list->name }}
Warehouse Details
Product Images
Drag & drop your images here

or click to browse files

(Supports JPG, PNG up to 5MB each)
Selected Images
@if($currentRecord && $currentRecord->images) @foreach($currentRecord->images as $image)
Existing Image
@endforeach @endif
Item Types
@foreach($records as $item) @endforeach
Code Description 1 Description 2 Bin Location Warehouse Original Quantity Category Action
{{ $item->code }} {{ $item->description1 }} {{ $item->description2 }} {{ $item->binLocation->description ?? 'N/A' }} {{ $item->warehouse->description ?? 'N/A' }} {{ $item->original_quantity }} {{ $item->category->name ?? 'N/A' }}