@extends('frontend.layouts.app') @section('title', 'Events & Celebrations | CCULB Resort') @section( 'meta_description', 'Explore weddings, corporate meetings, conferences, celebrations and other memorable events at CCULB Resort.' ) @section('content') {{-- Hero --}}
Celebrate at CCULB Resort

Exceptional Events, Beautifully Arranged

From intimate celebrations to grand weddings and professional corporate gatherings, discover experiences thoughtfully arranged for every special occasion.

Explore Events
{{-- Introduction --}}
Experiences for Every Occasion

Choose Your Event Experience

{{ $eventTypes->total() }} {{ Str::plural( 'event type', $eventTypes->total() ) }} available
{{-- Listing --}}
@if($eventTypes->count())
@foreach($eventTypes as $eventType) @php $features = collect( $eventType->features ?? [] ) ->filter() ->take(4); @endphp
@if($eventType->featured_image) {{ $eventType->name }} @else
CCULB Resort
@endif
Event Experience @if($eventType->is_featured) Featured @endif
@if($eventType->small_title) {{ $eventType->small_title }} @endif

{{ $eventType->name }}

@if( $eventType->short_description || $eventType->description )

{{ Str::limit( strip_tags( $eventType ->short_description ?: $eventType ->description ), 150 ) }}

@else

Create a memorable occasion with the hospitality, setting and personalised assistance of CCULB Resort.

@endif @if($features->isNotEmpty())
    @foreach( $features as $feature )
  • {{ $feature }}
  • @endforeach
@endif
@endforeach
@if($eventTypes->hasPages())
{{ $eventTypes->links() }}
@endif @else
Experiences Coming Soon

No Event Type Available

Our event experiences are currently being prepared. Contact our team to discuss your celebration or corporate gathering.

Contact Our Team
@endif
{{-- CTA --}}
Made for Your Occasion

Let Us Create an Unforgettable Event

Choose an event experience and share your preferred venue, date and guest requirements with our team.

Request a Reservation
@endsection @push('styles') @endpush