@extends($activeTemplate . 'layouts.master') @section('content')
  • 1 @lang('Amount to sell')
  • 2 @lang('Preview')
  • 3 @lang('Confirmation')
@lang('Overview')
  • @lang('Gold Quantity') {{ showAmount($sellData->quantity, 4, currencyFormat: false) }} @lang('Gram')
  • @lang('Gold Value') {{ showAmount($sellData->amount) }}
  • @if ($sellData->charge > 0)
  • @lang('Charge') {{ showAmount($sellData->charge) }}
  • @endif
  • @lang('Final Amount') {{ showAmount($sellData->final_amount) }}
@lang('Preview')
  • @lang('Current Asset') {{ showAmount($sellData->current_asset, 4, currencyFormat: false) }} @lang('Gram')
  • @lang('After Sell Asset') {{ showAmount($sellData->net_asset, 4, currencyFormat: false) }} @lang('Gram')
@csrf
@endsection @section('pageTitleIcon') image @endsection