@extends('layouts.app') @section('content')
| # | Code | Name | Category | Description | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $records->firstItem() + $loop->index }} | {{ $record->code }} | {{ $record->name }} | {{ $record->category?->name ?? '—' }} | {{ $record->description }} | {{ $record->is_active ? 'Active' : 'Inactive' }} | |
| {{ $selectedCategory ? 'No food menus found in this category.' : 'No records found. Use the Add button to create the first record.' }} | ||||||