@extends('admin.layouts.app') @push('style') @endpush @section('content') @include('admin.layouts.partials.page-title',['html'=>['route'=>route('admin.menu.add'),'text'=>'Add Menu']])
| --}}
Name
|
Position
|
Section(footer)
|
Status
|
Action
|
---|---|---|---|---|---|
| --}}
{{ $menu->name ?? '--' }}
|
{{ $menu->is_header ? 'header' : 'footer' }}
|
{{-- {{ $menu->parent ? $menu->parent->name : '--' }} --}}
{{ $menu->position ?? '--' }} {{-- for php 8 --}}
|
@switch($menu->status) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch | |
No Data Yet |