@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->category->title }} |
{{ $layout_item->slug }}
|
{!! $layout_item->title !!} | {{ $layout_item->url }} | {!! $layout_item->icon !!} |
@if($layout_item->translate->count() !=0)
{{ implode(',', $layout_item->translate->pluck('language_slug')->toArray()) }}
@endif
|