@extends('frontend.layouts.app') @section('content') @php $promo_banner = frontend_section('promotional-offer'); @endphp
@include('user.partials.dashboard_sidebar')
banner.jpg

{{ translate("Wihdraw Methods") }}

{{translate('Wihdraw list')}}
@foreach ($methods as $method )
{{$method->name}}
{{ $method->image }}
{{translate('Method Details')}} :
  • {{translate('Withdraw Limit')}}
    {{round(($method->min_limit))}} - {{round(($method->max_limit))}} {{(default_currency()->name)}}
  • {{translate('Charge')}}
    {{round(($method->fixed_charge))}} {{(default_currency()->name)}} + {{round(($method->percent_charge))}} %
  • {{translate('Currency')}}
    {{($method->currency->name)}}
  • {{translate('Processing Time')}}
    {{$method->duration}} {{translate('Hour')}}
@endforeach
@endsection @push('scriptpush') @endpush