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

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

{{-- CHECKBOX --}} {{-- STATE --}} {{-- TITLE --}} {{-- LEVEL --}} {{-- ORDERING --}} @if (\Windwalker\Warder\Helper\WarderHelper::tableExists('users')) {{-- AUTHOR --}} @endif {{-- CREATED --}} @if (\Lyrasoft\Luna\Language\Locale::isEnabled()) {{-- LANGUAGE --}} @endif {{-- ID --}} @foreach ($items as $i => $item)
Warning: Undefined variable $ordering in /mnt/VenusReview/review/lyrasoft/virtualset/master/src/Admin/Templates/categories/categories.blade.php on line 108

Fatal error: Uncaught Error: Attempt to assign property "ordering" on null in /mnt/VenusReview/review/lyrasoft/virtualset/master/src/Admin/Templates/categories/categories.blade.php:108 Stack trace: #0 {main} thrown in /mnt/VenusReview/review/lyrasoft/virtualset/master/src/Admin/Templates/categories/categories.blade.php on line 108
{!! $grid->checkboxesToggle(array('duration' => 150)) !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.state', 'category.state') !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.title', 'category.title') !!} {!! $grid->sortTitle('admin.category.field.level', 'category.level') !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.ordering', 'category.lft') !!} {!! $grid->saveorderButton() !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.author', 'category.created_by') !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.created', 'category.created') !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.language', 'category.language') !!} {!! $grid->sortTitle($lunaPrefix . 'category.field.id', 'category.id') !!}