@extends('frontend.layouts.app') @section( 'title', ($eventType->meta_title ?: $eventType->name) . ' | CCULB Resort' ) @section( 'meta_description', $eventType->meta_description ?: $eventType->short_description ?: 'Plan a memorable ' . $eventType->name . ' at CCULB Resort with personalised event arrangements and hospitality.' ) @php $eventFeatures = collect( $eventType->features ?? [] )->filter()->values(); @endphp @section('content') {{-- Hero --}}
@if($eventType->featured_image) {{ $eventType->name }} @else
CCULB Resort
@endif
Event Experience @if($eventType->is_featured) Featured Event @endif
@if($eventType->small_title) {{ $eventType->small_title }} @endif

{{ $eventType->name }}

@if($eventType->short_description)

{{ $eventType->short_description }}

@endif {{ $eventType->button_text ?: 'Plan This Event' }}
{{-- Information Bar --}}
Experience Type {{ $eventType->name }}
Event Planning Personalised Assistance
@if($eventFeatures->isNotEmpty())
Available Features {{ $eventFeatures->count() }} {{ Str::plural( 'Arrangement', $eventFeatures->count() ) }}
@endif {{ $eventType->button_text ?: 'Request This Event' }}
{{-- Main Content --}}
Event Overview

Thoughtfully Planned for Your Special Occasion

@if($eventType->description)
{!! nl2br( e($eventType->description) ) !!}
@elseif($eventType->short_description)

{{ $eventType ->short_description }}

@else

Create a memorable event at CCULB Resort with a beautiful setting, attentive hospitality and arrangements tailored to your requirements.

@endif
@if($eventFeatures->isNotEmpty())
Event Arrangements

Features & Services

{{ $eventFeatures->count() }} {{ Str::plural( 'Feature', $eventFeatures->count() ) }}
@foreach( $eventFeatures as $feature )
{{ $feature }}
@endforeach
@endif
{{-- Sidebar --}}
{{-- Related Event Types --}} @if($relatedEventTypes->count()) @endif {{-- Bottom CTA --}}
Your Occasion Awaits

Ready to Create an Unforgettable Event?

Share your requirements and let our team help create a personalised experience at CCULB Resort.

Plan This Event →
@endsection @push('styles') @endpush