@extends('admin.layouts.main') @section('title', 'Menu Item Details') @section('page-title', 'Menu Item Details') @section('breadcrumbs')
{{ $menu['category_name'] ?? 'N/A' }}
Rp {{ number_format($menu['price'], 0, ',', '.') }}
@if($menu['stock'] === null) Unlimited @else @endif
{{ date('d M Y, H:i', strtotime($menu['created_at'])) }}
{{ $menu['description'] ?? 'No description provided.' }}
{{ $review['comment'] }}
No reviews yet
@endif