@extends('layouts.app') @section('page-header')
{{ __('Secure Checkout') }}
{{ $bank['bank_instructions'] }}
Order ID: {{ $bank_order_id }}
{{ $bank['bank_requisites'] }}
{{ __('Plan Name') }}: {{ $id->plan_name }} {{ __('Pre Paid Characters') }}
{{ __('Subtotal') }} ${{ number_format((float)$id->cost, 2, '.', '') }}
{{ __('Taxes') }} ({{ config('payment.payment_tax') }}%)${{ number_format((float)$tax_value, 2, '.', '') }}
{{ __('Discount Applied') }}
{{ __('Total Payment') }} ${{ number_format((float)$total_value, 2, '.', '') }} {{ $currency }}