@extends('admin.layout.master') @section('title', 'Item Group') @section('content')
| # | Name | Status | Action | |
|---|---|---|---|---|
| {{ $i++ }} | {{ $item->name }} | @if ($item->status == 1)Active | @elseif($item->status ==0)Inctive | @endif@if(checkAuthPermission('item_group.edit')) @endif |