@extends('admin.admin_master') @section('main')
| # | Icon | Category | Products | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
|
{{ $category->name }}
{{ $category->display_name }}
|
{{ $category->products_count }} | {{ $category->is_active ? 'Active' : 'Inactive' }} | |
No VIP Categories FoundCreate First Category |
|||||