{{ __('Address') }}
{{ $restorant->address }}
{{ $restorant->phone }}
{{ __('Working Hours') }}
-
@foreach ($wh as $day=>$hours)
-
@if ($day==$currentDay)
{{ __(ucfirst($day))}} {{ __('Today') }}@else{{ __(ucfirst($day))}}@endif @foreach ($hours as $timeRange){{ $timeRange->start() }} - {{ $timeRange->end() }}@endforeach
@endforeach
@include('elegant-template::templates.side_cart',['id'=>'cartList','idtotal'=>'totalPrices'])
@endif