@extends('buyer.adminlayout') @section('title') Category @endsection @section('frontend-content')

Sub Category


@foreach($categorylist as $subCategory) @endforeach
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
@csrf @method('DELETE')
@endsection @push('custom-scripts') @endpush