@extends('layouts.app') @section('metades') @endsection @section('title') {{ $data['title'] }} @endsection @section('css') @endsection @section('content')
eventbanner01.jpg

events

@foreach ($data['moduleItems'] as $item) @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) @if($i == 0)

{{ $dynamicSection['title'] }}

{!! $dynamicSection['link'] !!} {!! $dynamicSection['description'] !!}
@endif @if($i != 0)

{{ $dynamicSection['title'] }}

{!! $dynamicSection['link'] !!} {!! $dynamicSection['description'] !!}
@endif @endforeach @endif @endforeach
Choose Your Venue
X @if (!empty($propertyDetails) && count($propertyDetails) > 0)
@endif
@endsection @push('scripts') @endpush