@include('hk.header')

{{$category->name}} {{$page_title??''}}

@foreach($subcategories as $row) @endforeach
ID Image SubCategory name Status Created by Action Action
{{$row->id}} {{$row->name}} {{($row->status==1)?'Active':'Inactive';}} {{$row->created_by!=null?$row->createdBy->name:""}} Edit Delete
{{-- --}}
{{-- --}} {{-- --}}