Add Service
Add Service
Back
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf {{-- Basic Info --}}
Basic Information
@error('name')
{{ $message }}
@enderror
@foreach($existingCategories ?? [] as $cat)
{{-- Pricing --}}
Pricing
Use Vehicle-Type Variations
Set different prices per vehicle type (Sedan, SUV, etc.)
{{-- Base price (shown when no variations) --}}
@error('price')
{{ $message }}
@enderror
{{-- Variations --}}
Vehicle Type Prices
{{-- Commission --}}
Commission
{{-- Discount --}}
Discount (Optional)
Cancel
@push('scripts') @endpush