@extends('admin.layouts.app') @section('content')

Category Management

Sub-Category List

@foreach($subCategory as $category) @endforeach
Id Name Description Status Action
{{$category->id}} {{$category->name}} {{$category->description}} {!!$category->active!!}
{{method_field('DELETE')}} @csrf
@endsection