@extends('adminlte::page') @section('title','Kategorije') @section('content_header')
| {!! Lang::get('common.id') !!} | {!! Lang::get('common.name') !!} | {!! Lang::get('common.parent') !!} | {!! Lang::get('common.status') !!} | {!! Lang::get('common.actions') !!} |
|---|---|---|---|---|
| {!! $item->id !!} | {!! $item->name !!} | {!! ($item->getMainCategory != null) ? $item->getMainCategory->name : '' !!} | {!! $item->getStatusName->name !!} |
|