@extends('layouts.app') @section('title', $metaTitle) @section('content') @foreach($schemas as $schema) @endforeach

{{ $page->title }}

{{ $page->summary ?? 'Kevron Suites and Apartments is committed to providing a website and guest experience that is accessible, usable and welcoming for all guests, including people with disabilities and users of assistive technologies.' }}

Inclusive access Keyboard-friendly Readable content Reduced motion Accessibility feedback
Statement Version v{{ $page->version }}
Effective Date {{ $page->effective_date ? $page->effective_date->format('F d, Y') : 'June 01, 2026' }}
Last Reviewed {{ $page->last_reviewed_at ? $page->last_reviewed_at->format('F d, Y') : 'June 01, 2026' }}
Target standard {{ $page->target_standard }} Level {{ $page->target_level }}
Approved & Live
@foreach($page->sections as $index => $section)

{{ $section->heading }}

{!! $section->body !!}
@endforeach

Property Accessibility Profile

Review accessibility configurations for our luxury serviced-apartment locations in Ikeja. Please contact guest support prior to booking if you have highly specific mobility requirements.

@foreach($profiles as $prof)

{{ $prof->location->name ?? 'Kevron Location' }}

  • Entrance {{ $prof->entrance_access ?? 'To be confirmed' }}
  • Elevator Lift {{ $prof->lift_access ?? 'To be confirmed' }}
  • Door Widths {{ $prof->door_width ?? 'To be confirmed' }}
  • Suite Acc {{ $prof->bathroom_accessibility ?? 'To be confirmed' }}
  • Assistance Animal {{ $prof->assistance_animal_note ?? 'Allowed' }}
@if($prof->public_note)

Note: {{ $prof->public_note }}

@endif
@endforeach

Request Accessibility Support

@if(session('success') && request()->has('support_request'))

{{ session('success') }}

@endif
@csrf

Submit Accessibility Feedback

@if(session('success') && request()->has('feedback'))

{{ session('success') }}

@endif
@csrf

Accessibility & Support FAQs

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

Need Accessibility Support Before or During Your Stay?

Contact Kevron Suites and Apartments if you need help using the website, completing a booking, accessing guest information or confirming property accessibility details before your stay.

Section link copied to clipboard.
@endsection