@hotelSettings
Manage your menu items and pricing
@if(request('category') && $category) Filtered by: {{ $category->name }} @endifTotal Items
Available
Featured
Total Value
| Image | Name | Category | Price | Cost | Prep Time | Status | Featured | Actions |
|---|---|---|---|---|---|---|---|---|
|
@if($item->image)
|
{{ $item->name }}
@if($item->description)
{{ Str::limit($item->description, 50) }} @endif |
@if($item->category) {{ $item->category->name }} @else No Category @endif | UGX {{ number_format($item->price, 2) }} | @if($item->cost_price) UGX {{ number_format($item->cost_price, 2) }} @else - @endif | {{ $item->preparation_time }} min | {{ $item->is_available ? 'Available' : 'Unavailable' }} | @if($item->is_featured) @else @endif | |
No Menu Items FoundGet started by creating your first menu item Create First Item |
||||||||