@extends('layouts.app') @section('metades') @endsection @section('title') {{$data['metaTitle']}} @endsection @section('css') @endsection @section('content')
@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '923')

{{ $item['title'] }}

@endif @endforeach
@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '913')
{{ $item['title'] }}

{{ $item['title'] }}

{!! html_entity_decode($item['shortDescription']) !!}

Book Now
@endif @endforeach @foreach ($data['moduleItems'] as $item) @if ($item['id'] == '1265')

{{ $item['title'] }}

@if (count($item['dynamicSections'])> 0 ) @foreach ($item['dynamicSections'] as $dk => $dynamicSection)
{!! html_entity_decode($dynamicSection['description']) !!}
@endforeach @endif
@endif @endforeach @foreach ($data['moduleItems'] as $item) @if ($item['id'] == '914')

{{ $item['title'] }}

{{ $item['shortDescription'] }}
@endif @endforeach
@endsection @section('js') @endsection @push('scripts') @endpush