@extends('admin.layouts.app') @section('css') {{-- --}} {{-- --}} @stop @section('content')
| Title | Category | Price | {{--Discount Price | --}}Actions |
|---|---|---|---|---|
| {!! $menu->title !!} | {!! $menu->category->title !!} | {!! $menu->price !!} | {{--{!! $menu->discount_price !!} | --}}{{-- --}} {{-- --}} {{-- --}} |