@extends($activeTemplate . 'layouts.master') @section('content')
image
  • 1 @lang('Amount to buy')
  • 2 @lang('Payment Method')
  • 3 @lang('Confirmation')

@lang('Congratulations! You’ve successfully purchased gold.')

  • @lang('Gold Quantity') {{ showAmount($buyHistory->quantity, 4, currencyFormat:false) }} @lang('Gram')
  • @lang('Amount') {{ showAmount($buyHistory->amount) }}
  • @lang('Charge') {{ showAmount($buyHistory->charge) }}
  • @lang('VAT') {{ showAmount($buyHistory->vat) }}
  • @lang('Total Amount') {{ showAmount($buyHistory->amount + $buyHistory->charge + $buyHistory->vat) }}
@lang('Buy Again')
@endsection @section('pageTitleIcon') image @endsection @push('pageHeaderButton') @lang('Buy History') @endpush