@extends('titan::layouts.admin') @section('content')
| Product Category | Url | Parent | Action |
|---|---|---|---|
| {{ $item->name }} | {!! $item->url !!} | {{ ($item->parent)? $item->parent->name : '-' }} | {!! action_row($selectedNavigation->url, $item->id, $item->name, ['edit', 'delete']) !!} |