@extends('admin.layout.master') @section('title', 'Unit List') @section('content')
| # | Name | Type | Status | Action | |||
|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $item->name }} | @if ($item->type == 1)Secondary | @elseif($item->type ==0)Primary | @elseNot Registered! | @endif @if ($item->status == 1)Active | @elseif($item->status ==0)Inctive | @endif@if(checkAuthPermission('unit.edit')) @endif |