{{ $settings['business_name'] ?? config('app.name') }}
Book your car wash service online — quick, easy, and confirmed instantly
@if($errors->any())
@endif
@csrf {{-- Your Details --}}
Your Details
@error('customer_name')
{{ $message }}
@enderror
@error('customer_phone')
{{ $message }}
@enderror
{{-- Select Services --}}
Select Services
@foreach($services as $svc) @endforeach
@error('service_ids')
{{ $message }}
@enderror
{{-- Pick a Time --}}
Pick a Time Slot
@foreach($slots as $slot) @endforeach
@error('scheduled_at')
{{ $message }}
@enderror
{{-- Notes --}}
Additional Notes
{{-- Total + Submit --}}
Estimated Total KSh 0.00

You'll receive a confirmation with your booking reference. No payment required upfront.

Already booked? Track your booking →