@extends('buyer.adminlayout') @section('title')
| SNO | Category Name | Sub Category | Date | Count | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{$subCategory->category->category_name}} | {{$subCategory->sub_category_name}} | {{ $subcategoryCounts[$subCategory->id] ?? 0 }} | @php $editid = $subCategory->id @endphp Edit |