{{ $layout->menu->layout_items->title }}
@if(Session::has('deleted'))
{!! Helper::alert('success', Session::get('deleted'), 'block font-15') !!}
@endif
# | pr | Category | Slug | Title | Url | Icon | Trslted | Module |
---|---|---|---|---|---|---|---|---|
{{ \Helper::indexed($layout_items, $key) }} |
@if($layout_item->parent !='')
{{ $layout_item->parent }}
@endif
|
{{ $layout_item->layout_category }} |
{{ $layout_item->slug }}
|
{!! $layout_item->title !!} | {{ $layout_item->url }} | {!! $layout_item->icon !!} |
@if($layout_item->translated !='')
{{ $layout_item->translated }}
@endif
|