# @lang('app.menu.method') @lang('app.description') @lang('app.status') @lang('app.action') @forelse($offlineMethods as $key => $method) {{ $key + 1 }} {{ mb_ucwords($method->name) }} {!! nl2br($method->description) !!} $method->status == 'yes', 'text-red' => $method->status !== 'yes', ]) > {{ ($method->status == 'yes') ? __('app.active'): __('app.inactive') }} @empty @endforelse