@extends('layouts.millage') @section('title', $title) @section('content')
Minimum withdrawable amount:
{{ $settings->currency }}{{ number_format($method->minimum) }}
Maximum withdrawable amount
{{ $settings->currency }}{{ number_format($method->maximum) }}
Charge Type:
{{ $method->charges_type }}Charges Amount:
@if ($method->charges_type == 'percentage') {{ $method->charges_amount }}% @else {{ $settings->currency }}{{ $method->charges_amount }} @endifDuration:
{{ $method->duration }}