@extends('layouts.app') @section('content')
| ID | Icon | Image | Name | Slug | Status | Products | Actions |
|---|---|---|---|---|---|---|---|
| {{ $category->id }} | @if($category->icon) @else @endif |
@if($category->image)
|
{{ $category->name }} |
{{ $category->slug }}
|
{{ $category->is_active ? 'Active' : 'Inactive' }} | {{ $category->products->count() }} Products | |
| No categories found. | |||||||