@extends('admin.layouts.master') @section('title', 'List of Categories') @section('content')
| Order No | Image | Name | Sub Categories | Featured | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $category->order_no }} |
|
{{ $category->name }} | {{ $category->children_count }} | @if ($category->is_featured == 1) Featured @else UnFeatured @endif | @if ($category->status == 1) Published @else Draft @endif |