@include('dataentry.header')

{{$page_title??''}}

@php $n=1; @endphp @foreach($categories as $row) @endforeach
ID Image Category name Sort order Status Action Action
{{$n++}} {{$row->name}} {{$row->sort_order}} {{($row->status==1)?'Active':'Inactive';}} Sub Categories Edit
{{-- --}}