@extends('layouts.app') @section('content')
Encash
@include('account.menu')
@csrf
Choose Option

Select your option

Requested Amount:
{{number_format($encashment_minimum,2)}}
Tax({{number_format($encashment_tax,2)}}%):
{{number_format($encashment_minimum * $encashment_tax / 100,2)}}
Processing Fee:
{{number_format($encashment_fee,2)}}
Payout Amount:
{{number_format(($encashment_minimum - ($encashment_minimum * $encashment_tax / 100)) - $encashment_fee,2)}}
@endsection @section('page_script') @parent @endsection