@extends('layouts.super-admin') @section('page-title')
# | @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('app.edit') @lang('app.remove') |
|