@extends('admin.layouts.app') @section('panel')
@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) }} .