@lang('modules.offlinePayment.title')

@forelse($offlineMethods as $key=>$method) @empty @endforelse
# @lang('app.menu.method') @lang('app.description') @lang('app.status') @lang('app.action')
{{ ($key+1) }} {{ ucwords($method->name) }} {!! ucwords($method->description) !!} @if($method->status == 'yes') @else @endif
@lang('messages.noMethodsAdded')
​
{!! Form::open(['id'=>'createMethods','class'=>'ajax-form','method'=>'POST']) !!}
​
{!! Form::close() !!}
​