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

{{ __(gs('cur_text')) }} /@lang('gram')

image
@if ($chargeLimit->fixed_charge || $chargeLimit->percent_charge || $chargeLimit->vat) {{ getChargeText($chargeLimit) }} @endif
@endsection @section('pageTitleIcon') image @endsection @push('pageHeaderButton') @lang('Buy History') @endpush @include($activeTemplate . 'user.buy.amount_quantity_script')