@extends($theme.'frontend.layouts.master') @section('title', __('Withdraw Preview')) @section('content')
{{csrf_field()}} @php $charge = ((floatval($amount) * floatval($method->chargepc))/100) + floatval($amount) + floatval($method->chargefx); @endphp
icon
  • {{__('Request for Withdraw Amount')}}: {{$amount}} {{$general->currency}}
  • {{__('Charge')}} : {{((floatval($amount) * floatval($method->chargepc))/100)+ floatval($method->chargefx)}} {{$general->currency}} | ({{$method->chargepc}} % + {{$method->chargefx}} {{$general->currency}})
  • {{__('Total Amount Deduct')}}: {{$charge}} {{$general->currency}}
  • {{__('In')}} {{$method->currency}}: {{round($amount*$method->rate, 4)}} {{$method->currency}}
  • {{__('Payment Gateway')}}: {{$method->name}}
@endsection @section('script') @endsection