@extends('layout.master') @section('content')
| Image | Product Name | Until Price | Qty | Subtotal |
|---|---|---|---|---|
|
@php($image = str_replace('\Menu Items Image\\', '', $order->dish_name->Photo))
|
{{ $order->dish_name->DishName }} | £ {{ $order->TotalAmount }} | {{ $order->Quantity }} | £ {{ $order->TotalAmount * $order->Quantity }} |
| No orders |