@extends('layouts.admin') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')
Name | Category | Price | Status | Created |
---|---|---|---|---|
{{ $item->name }} | {{ $item->category->name }} | ${{ number_format($item->price, 2) }} | {{ $item->is_active ? 'Active' : 'Inactive' }} | {{ $item->created_at->format('M d, Y') }} |
No menu items found.
@endif