@extends('backend.template') @section('content')
{{label("Sn.")}} | {{ label("parent_menu") }} | {{ label("menulocations_id") }} | {{ label("title") }} | {{ label("alias") }} | {{ label("type") }} | {{ label("ref") }} | {{ label("target") }} | {{ label("Action") }} |
---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {!! getFieldData("tbl_menus", "title", "menu_id", $item->parent_menu) !!} | {!! getFieldData("tbl_menulocations", "title", "menulocation_id", $item->menulocations_id) !!} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{{ $item->type }} | {{ $item->ref }} | {{ $item->target }} |
|