@error('name') {{ $message }} @enderror
@error('sku') {{ $message }} @enderror
Auto-generated from name. You can edit it manually.
@error('category_id') {{ $message }} @enderror
@foreach($tags as $tag)
id, old('tags', [])) ? 'checked' : '' }}>
@endforeach
@if($tags->isEmpty())
No tags available. Create tags first.
@endif
@error('tags')
{{ $message }}
@enderror
@error('photos')
{{ $message }}
@enderror
@error('photos.*')
{{ $message }}
@enderror
@error('description') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@error('inventory_type') {{ $message }} @enderror
Assets are made up of resources you can use across products. Add your assets for this product.
{{-- Category Picker --}}
@error('asset_category_id')
{{ $message }} @enderror
{{-- Pool Block --}}
{{-- Header --}}
{{-- Column Headers --}}
Quantity
total no. of assets
Total
Quantity × Capacity
{{-- Asset Rows --}}
{{-- Total Quantity --}}
{{-- Asset Picker --}}
{{-- Hidden inputs --}}
@error('availability.event_name') {{ $message }} @enderror
@php
$daysOfWeek = ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'];
$dayValues = ['monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday'];
$oldDays = old('availability.days_of_week', $dayValues);
@endphp
@foreach($daysOfWeek as $i => $day)
@endforeach
Select which days of the week this product is available
@php
$bookingRulesEnabled = old('availability.booking_rules_enabled');
@endphp
Booking Rules
Use hours and minutes. Leave both fields at 0 to skip a rule.
How far in advance
Last-minute cutoff
Additional pricing rules (seasonal rates, group discounts) can be configured after saving the product.
{{-- Percent input --}}
{{-- Dollar input (fixed / per day / per qty) --}}
Select taxes and fees to apply to this product.
@if($taxFees->isEmpty())
No active taxes or fees. Create one first.
@else
@foreach($taxFees as $fee)
id, old('tax_fees', [])) ? 'checked' : '' }}>
@endforeach
@endif
Create custom rates for this product from this pricing tab.
New rates added here will be created as shared custom rates and linked to this product automatically.
| Duration |
Price Per Unit |
Total Price |