@extends('adminlte::page') @section('title', 'Glossary List') @section('content')
| # | Category | Name | Slug | Status | Published | Actions |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->category->name ?? '-' }} | {{ $item->name }} | {{ $item->slug }} | {{ $item->status ? 'Active' : 'Inactive' }} | {{ $item->is_published ? 'Yes' : 'No' }} | Edit |