@vite(['resources/css/app.css'])
Golf Booking Platform
Payment Receipt
#{{ str_pad($payment->id, 8, '0', STR_PAD_LEFT) }}
{{ Str::limit($payment->stripe_payment_intent_id, 30) }}
@userDateTime($payment->created_at)
@userDateTime($payment->captured_at)
{{ $bookingRequest->client->name }}
{{ $bookingRequest->client->email }}
{{ $bookingRequest->client->phone }}
{{ $bookingRequest->golfer->name }}
{{ $bookingRequest->formatted_proposed_date }}
{{ $bookingRequest->course_name }}
{{ $bookingRequest->formatted_proposed_time }}
{{ $bookingRequest->course_location }}
{{ $bookingRequest->duration_minutes / 60 }} hour(s)
{{ $bookingRequest->group_size }} player(s)
${{ number_format($bookingRequest->price_per_hour, 2) }}/hr
${{ number_format($bookingRequest->price_per_hour, 2) }}/hr × {{ $bookingRequest->duration_minutes / 60 }} hrs
Credit/Debit Card
Processed securely by Stripe
This is an official receipt from {{ config('app.name') }}
For questions about this payment, please contact support at {{ config('mail.from.address') }}
Transaction processed on @userDateTime($payment->created_at)
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.
Receipt #{{ str_pad($payment->id, 8, '0', STR_PAD_LEFT) }}