@extends('backend.template') @section('content')

{{ label("Menu Items List") }}

{{label("Create New")}} {{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{label("Sn.")}} {{ label("parent_menu") }} {{ label("title") }} {{ label("alias") }} {{ label("type") }} {{ label("ref") }} {{ label("target") }} {{ label("Action") }}
{{ $i++ }} {!! getFieldData("tbl_menuitems", "title", "menu_id", $item->parent_menu) !!} {{ $item->title }}
{{ $item->alias }}
change alias
{{ $item->type }} {{ $item->ref }} {{ $item->target }}
@endsection @push("css") @endpush @push("js") @endpush