@include('hk.header')

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

{{-- BULK ACTION BAR --}}
@csrf
@foreach($subcategories as $row) @endforeach
ID Image SubCategory name Order Status Created by Action Action
{{ $row->id }} {{ $row->name }} {{ $row->sort_order }} {{ ($row->status==1)?'Active':'Inactive' }} {{ $row->created_by ? $row->createdBy->name : '' }} Edit Delete
{{-- Pagination if needed --}} {{-- --}}