{{ __('Restaurant information') }}


{{ $restorant->name }}
{{ $restorant->address }}
{{ $restorant->phone }}

@if(!empty($openingTime) && !empty($closingTime))

{{ __('Today working hours') }}: {{ $openingTime . " - " . $closingTime }}

@endif