LISTADO DE CATEGORIAS DE TIENDAS {{ $store_categories->total() }}
| NOMBRE |
CREACIÓN |
|
@foreach($store_categories as $store_category)
| {{ $store_category->name }} |
{{ $store_category->created_at }} |
|
@endforeach
@if(count($store_categories)==0)
@endif
@include('admin.common.pagination.default', ['paginator' => $store_categories])