@extends('layouts.app') @section('content')
| ID / Code | Description | Status | Action |
|---|---|---|---|
|
{{ $item->id }}
|
{{ $item->desc ?? '-' }}
|
@if ($item->status == 1)
Active
@else
Inactive
@endif
|
|
|
No {{ strtolower($handler['title']) }} records found. |
|||