Menu List
Add Menu
{{ session('success') }}
@endif
@if ($menus->isNotEmpty())
| ID | Item Name | Cat_Id | Price | Food Type | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $menu->id }} | {{ $menu->item_name }} | {{ $menu->category_name }} | ₹{{ $menu->price }} | {{ $menu->food_type }} | {{ $menu->status }} |
No menus found.
@endif