@if(!empty($menuItem['image_location']) || $menuItemsHaveImages) @if(empty($menuItem['image_location']) && $menuItemsHaveImages) @php $menuItem['image_location'] = 'https://portal.orderupapps.live/storage/noImageAvailable.jpg'; @endphp @endif
{{ $menuItem['name'] }}
@if($displayPriceInMenu)
{{ $currencySymbol }}{{ $menuItem['price'] }}
@endif
@if(strlen($menuItem['description']) >= 45) @php echo substr($menuItem['description'],0,45).'...' @endphp @else {{ $menuItem['description'] }} @endif
@else
{{ $menuItem['name'] }}
@if($displayPriceInMenu)
{{ $currencySymbol }}{{ $menuItem['price'] }}
@endif
@endif