| FindWorkspace | {{ $isPaid ? 'PAID' : 'UNPAID' }} |
|
Invoice To
{{ $booking->user->name }}
{{ $booking->user->email }}
{{ $booking->user->phone ?? '-' }}
|
Invoice Details
Ref: {{ $booking->external_id }}
Date: {{ now()->format('M d, Y') }}
Booking Date: {{ \Carbon\Carbon::parse($booking->booking_date)->format('M d, Y') }}
|
| Description | Quantity | Price | Total |
|---|---|---|---|
|
{{ $booking->workspace->title }} {{ $booking->workspace->location }} |
1 | Rp {{ number_format($booking->total_price, 0, ',', '.') }} | Rp {{ number_format($booking->total_price, 0, ',', '.') }} |
|
|||||||