@extends('layouts.main') @section('content')
--}} {{--@php(var_dump($restaurant))--}} {{----}}
{{$restaurant->data->address}}
Weekdays : {{ $restaurant->data->openings->weekdays }} , Weekends: {{ $restaurant->data->openings->weekends }}
Cuisines: @foreach($restaurant->data->cuisines as $index => $cuisine) {{$cuisine->cuisine->name}}@if($index < count($restaurant->data->cuisines) -1 ), @endif @endforeach
Estimated Delivery Time : {{ $restaurant->data->delivery }} Minutes
@{{ 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}}