@extends('layouts.site') @section('title', 'Secure Payment') @section('content')

Secure Payment

Please wait while we redirect you to the secure Seylan Bank payment page.

Booking #{{ $booking->id }}
Package {{ $package->name }}
Advance Due {{ $payment->currency }} {{ number_format((float) $payment->amount, 2) }}
Do not close this page while payment is loading.
@endsection @push('scripts') @endpush