More than 72 hours before
to client
24-72 hours before
to each party
Less than 24 hours
to client
Your Cancellation Falls Under:
@if($refund->refund_policy === 'full_refund') Full Refund Policy @elseif($refund->refund_policy === 'partial_refund') Partial Refund Policy @else No Refund Policy @endif
Hours Until Booking
{{ round($refund->hours_until_booking, 1) }}
Date & Time (@userTimezone)
{{ $booking->formatted_final_date }}
{{ $booking->formatted_final_time }}
Golfer
{{ $booking->golferProfile->user->name }}
{{ $booking->golferProfile->user->email }}
@elseClient
{{ $booking->bookingRequest->client->name }}
{{ $booking->bookingRequest->client->email }}
@endifLocation
{{ $booking->bookingRequest->location ?? 'To be determined' }}
Booking ID
#{{ str_pad($booking->id, 6, '0', STR_PAD_LEFT) }}
Original Payment
After Cancellation
Client Receives
{{ $refund->client_refund_percentage }}% of booking price
${{ number_format($refund->client_refund_amount, 2) }}
Golfer Receives
{{ $refund->golfer_payout_percentage }}% of golfer payout
${{ number_format($refund->golfer_payout_amount, 2) }}
Platform Keeps
${{ number_format($refund->platform_keeps, 2) }}
Your Refund
${{ number_format($refund->client_refund_amount, 2) }}
@if($refund->client_refund_amount > 0)Refund will be processed to your original payment method within 5-10 business days
@elseNo refund due to late cancellation policy
@endifYour Compensation
${{ number_format($refund->golfer_payout_amount, 2) }}
@if($refund->golfer_payout_amount > 0)This amount will be added to your available balance immediately
@endif