fix names

This commit is contained in:
AmooAti 2021-08-13 13:10:15 +04:30
parent f0906bf5c4
commit 5f70c7d643
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
{!! view_render_event('bagisto.admin.catalog.categories.list.before') !!}
<div class="page-content">
@inject('products', 'Webkul\Admin\DataGrids\CategoryDataGrid')
{!! $products->render() !!}
@inject('categories', 'Webkul\Admin\DataGrids\CategoryDataGrid')
{!! $categories->render() !!}
</div>
{!! view_render_event('bagisto.admin.catalog.categories.list.after') !!}