@extends('admin.layouts.app') @section('content')
Category Management
Home
Category Management
Sub-Category List
Add New
@foreach($subCategory as $category) @endforeach
Id
Name
Description
Status
Action
{{$category->id}}
{{$category->name}}
{{$category->description}}
{!!$category->active!!}
{{method_field('DELETE')}} @csrf
@endsection