@extends($master) @section('title', 'Manage Sub Category') @section('body')

Sub Category Manage

@foreach($subCategories as $subCategory) @endforeach
SL No Category Name Name Description Image Status Action
{{$loop->iteration}} {{isset($subCategory->category->name) ? $subCategory->category->name : ' '}} {{$subCategory->name}} {{$subCategory->description}} {{$subCategory->status}}
@endsection