@extends('layouts.gateway') @section('content')

Bank Transfer


{{ __('Payment Details') }}

@csrf
  • {{ __('Plan name') }} {{ $plan->name }}
  • {{ __('Plan price') }} {{ $pricing->currencies->prefix }}{{ $price }}
  • {{ __('Tax payable') }} {{ $pricing->currencies->prefix }}0.00
  • {{ __('Total') }} {{ $pricing->currencies->prefix }}{{ $price }}
  • {{ __('Transaction ID') }}
  • @endsection