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

Sub Category


@foreach($categorylist as $subCategory) @endforeach
SNO Category Name Sub Category Date Action
{{ $loop->iteration }} {{$subCategory->category->category_name}} {{$subCategory->sub_category_name}} @php $editid = $subCategory->id @endphp Edit
@csrf @method('DELETE')
@endsection @push('custom-scripts') @endpush