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

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

  • @lang('Gold Quantity') {{ showAmount($sellHistory->quantity, 4, currencyFormat:false) }} @lang('Gram')
  • @lang('Amount') {{ showAmount($sellHistory->amount) }}
  • @lang('Charge') {{ showAmount($sellHistory->charge) }}
  • @lang('Final Amount') {{ showAmount($sellHistory->amount - $sellHistory->charge) }}
@lang('Sell Again')
@endsection @section('pageTitleIcon') image @endsection @push('pageHeaderButton') @lang('Sell History') @endpush