@lang('You have requested') {{ showAmount($data['amount']) }} {{__($general->cur_text)}} , @lang('Please pay')
{{showAmount($data['final_amo']) .' '.$data['method_currency'] }} @lang('for successful payment')
@lang('Please follow the instruction below')
@php echo $data->gateway->description @endphp
@if($method->gateway_parameter)
@foreach(json_decode($method->gateway_parameter) as $k => $v)
@if($v->type == "text")
@elseif($v->type == "textarea")
@elseif($v->type == "file")
@endif
@endforeach
@endif