@extends('layouts.app') @section('title', $seo ? $seo->meta_title : $offer->title . ' | Offers at Kevron Suites') @section('meta_description', $seo ? $seo->meta_description : $offer->short_description) @section('content')
{{ $offer->offerType->name }} Category @if($offer->is_featured) ★ Featured Deal @endif

{{ $offer->title }}

{{ $offer->short_description }}

@if($offer->image_path) {{ $offer->title }} @else {{ $offer->title }} @endif

Package Overview & Description

{{ $offer->description }}

@if($offer->blackoutDates->count() > 0)

⚠️ Holiday Blackout Warning

This promotional offer is strictly locked or subject to holiday peak markups during the following calendar blocks:

    @foreach($offer->blackoutDates as $block)
  • {{ $block->start_date->format('d M') }} to {{ $block->end_date->format('d M, Y') }} ({{ $block->notes }})
  • @endforeach
@endif

Offer Specifications

Eligible Suites: @foreach($offer->apartmentTypes as $apt) {{ $apt->name }}{{ !$loop->last ? ', ' : '' }} @endforeach
Minimum Stay: {{ $offer->minimum_stay_nights }} Night{{ $offer->minimum_stay_nights > 1 ? 's' : '' }}
Discount Details: @if($offer->is_rate_on_request) Rate On Request @elseif($offer->discount_type === 'percentage') {{ (float)$offer->discount_value }}% Direct Off @elseif($offer->discount_type === 'fixed_amount') ₦{{ number_format($offer->discount_value) }} Off @else Promo Value Applied @endif
Availability: @if($offer->valid_until) Until {{ $offer->valid_until->format('d M, Y') }} @else Year-Round Deal @endif
@if($offer->promoCode)
🎁 Coupon Code Voucher: {{ $offer->promoCode->code }}
@endif
@if($offer->terms_summary)

Terms & Conditions

{{ $offer->terms_summary }}

@endif

Claim Offer / Enquire

● Direct Dynamic Roster
@csrf
Supported formats: CSV, Excel, Word, PDF. Max size: 5MB. Stored securely.
Ikeja Core

Adeniyi Jones Location Advantages

Airport Proximity

Approximately 8 minutes to local terminals (MM1/MM2) and 15 minutes to Murtala Muhammed International Airport (MMIA), subject to traffic.

🛡

smart secure estate

Secured gated perimeter controls and situated just 3 minutes from Memabod Police Station, assuring absolute safety.

🛍

Eateries & Malls

Only 8 minutes from Ikeja City Mall / Shoprite, and situated next to continental cafes and fine executive dining restaurants on Adeniyi Jones.

Stay Questions

Frequently Asked Questions

@foreach($faqs as $faq)
{{ $faq->answer }}
@endforeach
@endsection