# @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 @endforelse