@extends('admin.master') @section('content')
Manage child sub category list, image and status
| # | Image | Sub Category | Name | Slug | Sort Order | Status | Created At | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $childSubCategories->firstItem() + $key }} |
@if($item->image)
|
{{ $item->subCategory->name ?? 'N/A' }} | {{ $item->name }} | {{ $item->slug }} | {{ $item->sort_order }} | @if($item->is_active) Active @else Inactive @endif | {{ $item->created_at->format('d M Y') }} | |
| No data found | ||||||||