{{-- ══════════════════════════════════════ SECTION 1 — BASIC INFORMATION ══════════════════════════════════════ --}}
Basic Information
Service name, description and category
{{-- Name --}}
@error('name')
{{ $message }}
@enderror
{{-- Description --}}
@error('description')
{{ $message }}
@enderror
{{-- Category --}}
@foreach($existingCategories ?? [] as $cat) @if(trim($cat) !== '') @endif @endforeach
Select an existing category or type a new one. New categories appear after saving.
@error('category')
{{ $message }}
@enderror
{{-- ══════════════════════════════════════ SECTION 2 — VEHICLE VARIATIONS ══════════════════════════════════════ --}}
Vehicle Type Variations
Set different prices for different vehicle sizes
@if(isset($service) && $service->variations && $service->variations->count() > 0) @foreach($service->variations as $index => $variation)
@endforeach @else
No variations added yet. Click below to add vehicle types.
@endif
{{-- ══════════════════════════════════════ SECTION 3 — PRICING SETTINGS ══════════════════════════════════════ --}}
Pricing Settings
Tax, commission, and discount configuration
{{-- Tax --}} @if($enforceGlobalTax ?? false)
Global tax rate of {{ $globalTax ?? 0 }}% is enforced from your settings and will be applied automatically.
@endif {{-- Commission --}}
Enter a fixed KSh amount or a percentage depending on the type above.
{{-- Discountable toggle --}} {{-- Discount sub-panel --}}
Optional — can be overridden at point of sale.
{{-- ══════════════════════════════════════ SECTION 4 — STATUS ══════════════════════════════════════ --}}
Service Status
Control whether this service appears at the POS