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

All Item Types

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