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