@extends('frontend.layouts.booking') @section('title', __('Payment')) @section('content')

{{ __('Complete your payment') }}

{{ __("You're almost done! Click the button below to be redirected to Stripe and complete your payment.") }}

{{ __('Pay with Stripe') }}
@endsection