@extends('layouts.front', ['class' => '']) @section('extrameta')
{{ $restorant->description }}
@if(!empty($openingTime)){{__('Opens')}} {{ $openingTime }}@endif @if(!empty($closingTime)){{__('Opened until')}} {{ $closingTime }} @endif | @if(!empty($restorant->address)) {{ $restorant->address }} | @endif @if(!empty($restorant->phone)) {{ $restorant->phone }} @endif
{{ $restorant->description }}
@if(!empty($openingTime)){{__('Opens')}} {{ $openingTime }}@endif @if(!empty($closingTime)){{__('Opened until')}} {{ $closingTime }} @endif @if(!empty($restorant->address)) {{ $restorant->address }} | @endif @if(!empty($restorant->phone)) {{ $restorant->phone }} @endif
{{ __('Hmmm... Nothing found!')}}