@extends('layouts.app') @section('title', 'NTTN Items') @section('content')
Manage NTTN items
| ID | Name | Description | Status | Created By | Updated By | Created At | Actions |
|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ $item->description ?? '-' }} | @if($item->status == 'active') Active @else Inactive @endif | {{ $item->createdBy->name ?? '-' }} | {{ $item->updatedBy->name ?? '-' }} | {{ $item->created_at->format('Y-m-d H:i:s') }} | |
|
No NTTN items found |
|||||||