@extends('admin.layouts.app') @section('panel')
@forelse($methods as $method) @empty @endforelse
@lang('Method') @lang('Currency') @lang('Charge') @lang('Withdraw Limit') @lang('Status') @lang('Action')
@lang('image')
{{ __($method->name) }}
{{ __($method->currency) }} {{ showAmount($method->fixed_charge) }} {{ __(gs('cur_text)')) }} {{ 0 < $method->percent_charge ? ' + ' . showAmountTwoDigit($method->percent_charge) . ' %' : '' }} {{ showAmount($method->min_limit) }} @lang('to') {{ showAmount($method->max_limit) }} @php echo $method->statusBadge; @endphp
@lang('Edit') @if ($method->status == Status::ENABLE) @else @endif
{{ __($emptyMessage) }}
@endsection @push('breadcrumb-plugins')
@lang('Add New') @endpush @push('style') @endpush