@extends('layouts.app') @section('page-header')
{{ __('You have successfully placed order for ') }} {{ $id->plan_name }} {{ __('plan') }}.
{{ __('After successful payment, your plan will be activated. To keep your plan active in coming month, please provide payments by the end of each month (prepaid plans are charged once)') }}.
{{ __('Please provide payment to our bank requisites below. Use Order ID number as payment reference') }}.
{{ __('Order ID') }}: {{ $orderID }}
{{ __('Total Payment Due') }}: {{ number_format((float)$total_value, 2, '.', '') }} {{ $currency }}
{{ $bank['bank_requisites'] }}