@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

All Item Sub Categories

@php $ItemSubCatSetup = explode(',', $rights->item_sub_category); $add = $ItemSubCatSetup[0]; $view = $ItemSubCatSetup[1]; $edit = $ItemSubCatSetup[2]; $updateStatus = $ItemSubCatSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Filter
Code Category Sub Category Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')