@extends('layouts.admin') @section('title', 'Units') @section('page-title', 'Units') @section('content')
| # | UNIT NAME | SHORT NAME | STATUS | ACTION |
|---|---|---|---|---|
| {{ ($units->currentPage() - 1) * $units->perPage() + $index + 1 }} | {{ $unit->name }} | {{ $unit->short_name }} | {{ $unit->is_active ? 'Active' : 'Inactive' }} |
|
|
straighten
No units found |
||||