{{-- Part of Admin project. --}} @extends('_global.' . $luna->get('admin.package') . '.pure') @section('toolbar') @include('toolbar') @stop @section('body')
{{-- FILTER BAR --}}
{!! $filterBar->render(array('form' => $filterForm, 'show' => $showFilterBar)) !!}
{{-- RESPONSIVE TABLE DESC --}}

@translate('phoenix.grid.responsive.table.desc')

{{-- TITLE --}} {{-- STATE --}} {{-- AUTHOR --}} {{-- CREATED --}} {{-- ID --}} @foreach ($items as $i => $item)
Warning: Undefined variable $grid in /mnt/VenusReview/review/lyrasoft/virtualset/master/src/Admin/Templates/categories/modal.blade.php on line 87

Fatal error: Uncaught Error: Call to a member function setItem() on null in /mnt/VenusReview/review/lyrasoft/virtualset/master/src/Admin/Templates/categories/modal.blade.php:87 Stack trace: #0 {main} thrown in /mnt/VenusReview/review/lyrasoft/virtualset/master/src/Admin/Templates/categories/modal.blade.php on line 87
{!! $grid->sortTitle($lunaPrefix . 'category.field.title', 'category.title') !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.state', 'category.state') !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.author', 'category.created_by') !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.created', 'category.created') !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.id', 'category.id') !!}