{{-- Bukti Pembayaran / Receipt Digital --}} @push('styles') @endpush @if (session('success'))
{{ session('success') }}
@endif
{{-- Action Buttons --}}
Riwayat
{{-- Receipt Card --}}
{{-- Header --}}
SparkWash

Bukti Pembayaran Digital

{{-- Status Badge --}}
PEMBAYARAN BERHASIL
{{ $booking->payment->paid_at?->locale('id')->isoFormat('dddd, D MMMM Y, HH:mm') }} WIB
{{-- Dashed divider --}}
{{-- Invoice Details --}}
{{-- Invoice Number --}}
No. Invoice
{{ $booking->payment->payment_code }}
{{-- Info Grid --}}
Kode Booking
{{ $booking->booking_code }}
No. Antrian
#{{ str_pad($booking->queue_number, 2, '0', STR_PAD_LEFT) }}
Nama Customer
{{ $booking->user->name }}
Paket Layanan
{{ $booking->service->name }}
Tanggal Cuci
{{ $booking->schedule->date->locale('id')->isoFormat('D MMM Y') }}
Jam
{{ substr($booking->schedule->time_slot, 0, 5) }} WIB
Kendaraan
{{ $booking->vehicle_type }}
Plat Nomor
{{ $booking->vehicle_plate }}
Metode Bayar
{{ $booking->payment->method_label }}
Status Pembayaran
Lunas
{{-- Dashed divider --}}
{{-- Total --}}
Total Dibayar {{ $booking->payment->formatted_amount }}
{{-- Footer Receipt --}}
Dokumen ini merupakan bukti pembayaran yang sah dari SparkWash
Dicetak pada {{ now()->locale('id')->isoFormat('D MMM Y, HH:mm') }} WIB
{{-- Bottom Actions --}}