Bill Summary

Booking ID #{{ $booking->id }}

Customer Details:

Name: {{ $booking->name }}
WhatsApp: {{ $booking->handphone }}

Service Details:

Service: {{ $booking->service_name }}
Category: {{ $booking->category }}
Schedule: {{ $booking->date }}
Time: {{ $booking->schedule->start_time }} - {{ $booking->schedule->end_time }}
Price: IDR. {{ number_format($booking->total, 0, '.', '.') }}
Payment Status: {{ $booking->status }}