@extends('layout.master') @section('content')
@php $image = str_replace('\Menu Items Image\\', '', $dish->Photo); @endphp zoom

{{ $dish->DishName }}

£ {{ $delivery_type == 1 ? $dish->HDRate : $dish->TARate }}
@if ($delivery_type == 1) @else @endif

Related Products

@php $modifierRates = $dish->modifiers->pluck('Rate', 'MIM_ID')->toArray(); @endphp @endsection @section('header') @endsection @section('scripts') @endsection