@extends('admin.layouts.master') @push('css') @endpush @section('content')
| SN | Name | Description | Price | Offer Price | Image | Status | Featured | Action | |
|---|---|---|---|---|---|---|---|---|---|
| {{ ($menus->currentPage() - 1) * $menus->perPage() + $key + 1 }} | {{ $menu->name }} | {{ \Illuminate\Support\Str::limit($menu->description, 45, '...') ?? 'N/A' }} | ${{ number_format($menu->price, 2) }} | ${{ number_format($menu->offer_price, 2) }} |
@if($menu->image)
|
@if($menu->status) Active @else Inactive @endif | {{ $menu->is_featured ? 'Yes' : 'No' }} |
|
|
😢 No menus found @if (count(request()->all()) > 0) Reset Filter @endif |
|||||||||