@extends('layouts.main') @section('content')
--}} {{--@php(var_dump($restaurant))--}} {{----}}
{{$restaurant->address}}
Weekdays : {{ $restaurant->openings->weekdays }} , Weekends: {{ $restaurant->openings->weekends }}
Cuisines: @foreach($restaurant->cuisines as $index => $cuisine) {{$cuisine->cuisine->name}}@if($index < count($restaurant->cuisines) -1 ), @endif @endforeach
@{{ state.appCurrencyFixed == 1 ? "₦"+meal.amount : meal.amount + ' ' +state.appCurrency}}
@{{ item.name | limitTo:28 }} x@{{ item.qty }}
@{{ state.appCurrencyFixed == 1 ? "₦"+item.amount : item.amount + ' ' +state.appCurrency}}