{{ __('Complete the steps below to book your appointment with') }} {{ $service->provider->name }}
{{ __('Service') }}: {{ $booking->service->name }}
{{ __('Provider') }}: {{ $booking->service->provider->name }}
{{ __('Duration') }}: {{ $booking->service->duration }} {{ __('minutes') }}
{{ __('Date') }}: {{ \Carbon\Carbon::parse($booking->appointment_date)->format('F j, Y') }}
{{ __('Time') }}: {{ $booking->appointment_time }}
{{ __('Customer') }}: {{ $booking->customer_name }}
{{ __('You will be redirected to PayPal to complete your payment.') }}