@extends('admin.layouts.app') @section('panel')
@forelse($methods as $k=>$method)
status) data-action="{{ route('admin.withdraw.method.status', $method->id) }}" data-message-enable="@lang('Are you sure to enable this method?')" data-message-disable="@lang('Are you sure to disable this method?')">
{{ __($method->name) }}

@lang('This method supports ') {{ __(@$method->currency) }} @lang('currency. With a fee structure of') {{ showAmount($method->fixed_charge) }} @lang('Plus') {{ 0 < $method->percent_charge ? ' + ' . getAmount($method->percent_charge) . '%' : '' }} . @lang('The transaction limits range from ') {{ showAmount($method->min_limit) }} @lang('to') {{ showAmount($method->max_limit) }} .

@lang('Edit')
@empty
@endforelse
@endsection @push('breadcrumb-plugins') @endpush @push('breadcrumb-plugins')
@lang('Add New')
@endpush @push('style') @endpush