@extends('layouts.front', ['class' => '']) @section('extrameta')
{{ $restorant->description }}
@include('restorants.partials.social_links')@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 }}
@include('restorants.partials.social_links')@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!')}}