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

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

image
@if ($chargeLimit->fixed_charge || $chargeLimit->percent_charge) @lang('You will get') 0.00 {{ __(gs('cur_text')) }} @lang('Charge'): 0.00 {{ __(gs('cur_text')) }} ( @if ($chargeLimit->fixed_charge) {{ showAmount($chargeLimit->fixed_charge) }} @if ($chargeLimit->percent_charge) + @endif @endif @if ($chargeLimit->percent_charge) {{ showAmount($chargeLimit->percent_charge, currencyFormat: false) }}% @endif @lang('charge applicable') ) @endif
@endsection @section('pageTitleIcon') image @endsection @push('pageHeaderButton') @lang('Sell History') @endpush @push('script') @endpush