@if (!empty($setting['name']))

{{ $setting['name'] }}

@endif @if (!empty($setting['description']))
{{ $setting['description'] }}
@endif

{!! Form::open([ 'url' => urldecode($confirm_url), 'id' => 'redirect-form', 'role' => 'form', 'autocomplete' => "off", 'novalidate' => 'true' ]) !!} {!! Form::hidden('payment_method', $setting['code']) !!} {!! Form::hidden('type', 'income') !!} {!! Form::close() !!}