@extends('layout.site') @section('title', __('structure.the-hotel').' - ') @section('canonical', url('/o-hotel')) @section('content')
{!! $content_title->content !!}
{!! $content_text->content !!}
@foreach($restaurants as $key=>$restaurant)
{!! $restaurant->value_a !!}
{!! $restaurant->value_b !!}
{!! $restaurant->value_c !!}
@endforeach
@foreach($services as $key=>$service)
{!! $service->value_b !!}
@endforeach
@include('site.widget-saleoff') @include('site.widget-location')
@endsection @section('script') @endsection