Payment Required

Complete your payment to access the photo booth

Contract Period: {{ $contract->start_date->format('M d, Y') }} - {{ $contract->end_date->format('M d, Y') }}
Number of Booths: {{ $contract->number_of_booths }}
Amount Due: ${{ number_format($payment->amount, 2) }}
@if ($payment->isFailed())

Payment Failed

{{ $payment->error_message ?? 'Please try again' }}

@endif
@csrf

Powered by Square | Your payment information is encrypted and secure

{{-- --}}
{{-- --}}