{{ __('Payment Simulator') }}
@if($reason)
{{ __('Gateway Bypass Redirected:') }} {{ $reason }}
{{ __('This simulator is loaded because local development hosts (.test/localhost) cannot receive incoming server callbacks or SSL verify requests.') }}
@else
{{ __('You are running on a local development host. Use this page to simulate a payment transaction result.') }}
@endif
{{ __('Customer ID') }} {{ $customer->customer_unique_id }}
{{ __('Customer Name') }} {{ $customer->customer_name }}
{{ __('Amount Payable') }} BDT {{ number_format($amount, 2) }}
@csrf
{{ __('Simulate Cancel / Decline') }}