@extends('layouts.app') @section('title', $seo ? $seo->meta_title : 'Reviews and Testimonials | Kevron Suites and Apartments, Ikeja') @section('meta_description', $seo ? $seo->meta_description : 'Read guest reviews and testimonials for Kevron Suites and Apartments, Adeniyi Jones, Ikeja. See feedback on cleanliness, comfort, location, security, service and value, or leave a review after checkout.') @push('scripts') @if($schema) @else @endif @endpush @section('content')
Guest Feedback Category Ratings 100% Moderated @if(count($googleReviews) > 0) Google Connected @endif

Reviews and Testimonials from Kevron Suites and Apartments Guests

Read guest feedback about Kevron Suites and Apartments, Adeniyi Jones, Ikeja, including ratings for cleanliness, comfort, location, security, service and value. Share your own checked-out experience below.

Luxury Guest Suite Bedroom at Kevron Apartments
1 Bedroom Master Suite

Overall Average Score

@if($totalReviewsCount > 0)
{{ $overallAverageRating }} / 5.0
@for($i = 1; $i <= 5; $i++) @endfor
Based on {{ $totalReviewsCount }} approved guest reviews @else

Guest reviews are coming soon. Checked-out guests can submit feedback after their stay.

@endif

Review Distribution

@foreach($ratingDistribution as $star => $data)
{{ $star }} Star
{{ $data['count'] }} ({{ $data['percentage'] }}%)
@endforeach

Stay Experience Categories

Ratings breakdown across our essential service indices as evaluated by verified checked-out guests.

@foreach($categoryAverages as $slug => $catData)
@if($slug === 'cleanliness') @elseif($slug === 'comfort') @elseif($slug === 'location') @elseif($slug === 'security') @elseif($slug === 'service') @else @endif {{ $catData['name'] }}
{{ $catData['average'] }} / 5.0
Based on {{ $catData['count'] }} evaluations {{ $catData['percentage'] }}%

@if($slug === 'cleanliness') Focuses on en-suite hygiene, bed linens, kitchen sanitization, and dustless living areas. @elseif($slug === 'comfort') Ratings for plush lounges, split unit AC climate, bedding softness, and keyless entry convenience. @elseif($slug === 'location') Accessibility to international/domestic airports, Regina Coker road serenity, and Ikeja landmarks. @elseif($slug === 'security') Safety scores for armed guard protection, access control perimeters, and video intercom intercoms. @elseif($slug === 'service') Concierge attentiveness, laundry convenience support, and professional housekeeping performance. @else Price to value metrics, PS5 gaming, private slate-bed snookers, and luxury power network backup. @endif

@endforeach
@php $featuredReviews = $reviews->filter(function($r) { return $r->is_featured; }); if($featuredReviews->isEmpty()) { $featuredReviews = $reviews->take(3); } @endphp @if(count($featuredReviews) > 0)

Featured Guest Testimonials

Stories of memorable stays shared by our prestigious corporate guests and families.

@foreach($featuredReviews as $featReview)
@for($i = 1; $i <= 5; $i++) @endfor
@if($featReview->is_verified_stay) Verified Stay @endif {{ $featReview->source ? $featReview->source->name : 'Website' }}
@if($featReview->review_title)

"{{ $featReview->review_title }}"

@endif

{{ Str::limit($featReview->review_comment, 240) }}

{{ $featReview->display_name ?? 'Verified Guest' }} {{ ucfirst($featReview->stay_type) }} stay
{{ $featReview->apartmentType ? $featReview->apartmentType->name : 'Apartment Suite' }} {{ $featReview->created_at->format('M Y') }}
@if($featReview->response)
Response from {{ $featReview->response->responder_name }}:

"{{ $featReview->response->response_text }}"

@endif
@endforeach
@endif

Guest Reviews Feed

Browse verified stay stories. Use the filters below to focus on specific ratings or stay profiles.

@if(request('rating')) @endif @if(request('stay_type')) @endif @if(request('apartment_type_id')) @endif @if(request('source')) @endif
All Ratings @for($i = 5; $i >= 1; $i--) {{ $i }} Stars @endfor
All Stay Types @foreach(['family' => 'Family', 'business' => 'Business', 'corporate' => 'Corporate Stays', 'long stay' => 'Long Stays', 'weekend' => 'Weekend Stays'] as $val => $lbl) {{ $lbl }} @endforeach
All Suites @foreach($apartmentTypes as $apt) {{ $apt->name }} @endforeach
All Sources Website reviews Google reviews
@if(request('rating') || request('stay_type') || request('apartment_type_id') || request('source'))
Active filter results showing Clear all filters
@endif @if(count($reviews) > 0)
@foreach($reviews as $item)
@for($i = 1; $i <= 5; $i++) @endfor
@if($item->is_verified_stay) Verified Stay @endif {{ $item->source ? $item->source->name : 'Website' }}
@if($item->review_title)

"{{ $item->review_title }}"

@endif

{{ $item->review_comment }}

@if(count($item->media) > 0)
@foreach($item->media as $revMedia) @if($revMedia->is_approved && $revMedia->mediaAsset) @if($revMedia->mediaAsset->file_type === 'video') @else Guest Review Media Asset @endif @endif @endforeach
@endif
{{ $item->display_name ?? 'Verified Guest' }} {{ ucfirst($item->stay_type) }} stay
{{ $item->apartmentType ? $item->apartmentType->name : 'Apartment Suite' }} {{ $item->created_at->format('M Y') }}
@if($item->response)
Response from {{ $item->response->responder_name }}:

"{{ $item->response->response_text }}"

@endif
@endforeach
{{ $reviews->fragment('reviews-grid')->links() }}
@else

No reviews match your filter selection.

Adjust your category options or clear filters to view approved stay stories.

@endif

Guest Experience Reels

Watch en-suite walkthrough videos, snooker challenges, and premium services shared by our guests.

@if(count($videoTestimonials) > 0)
@foreach($videoTestimonials as $vid)
@if($vid->poster_path) Thumbnail for video testimonial by {{ $vid->guest_name }} @else
Video Player
@endif
{{ $vid->stay_type }} Stay

{{ $vid->guest_name }}

{{ $vid->apartmentType ? $vid->apartmentType->name : 'Apartment Suite' }}

@if($vid->transcript)
View Caption Transcript

{{ $vid->transcript }}

@endif
@endforeach
@else

Video Testimonials Coming Soon

We are recording and editing real customer stay testimonials. Checked-out guests who want to submit video reviews are welcome to contact us.

@endif

Google Business Profile Reviews

Read certified ratings from our official Google Local page directory.

@if(count($googleReviews) > 0)
@foreach($googleReviews as $g)
@if($g->reviewer_photo_url) {{ $g->reviewer_name }} Google Profile @else
{{ substr($g->reviewer_name, 0, 1) }}
@endif
{{ $g->reviewer_name }} {{ $g->review_date->format('M d, Y') }}
Google
@for($i = 1; $i <= 5; $i++) @endfor

{{ $g->comment }}

@endforeach
@else

Google Review Integration Settings

Google review integration can be enabled once the official business profile and approved integration are configured by our administration. Verified direct stay feedback remains our highest focus channel.

@endif

Leave Guest Stay Feedback

Checked-out guests can share their experiences. Enter your booking reference for an automatic stayed verification badge.

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Checked-out bookings will receive an active verified stay tag.
Your email will never be published or shared publicly.
Overall Stay Rating *

Stay Category Star Ratings

@foreach(['cleanliness' => 'Cleanliness', 'comfort' => 'Comfort', 'location' => 'Location', 'security' => 'Security', 'service' => 'Service', 'value' => 'Value'] as $fieldKey => $fieldName)
@endforeach
Supported formats: JPG, PNG, WEBP, MP4. Media will appear once the review is moderated.
* Required fields

Reviews submitted through this website are reviewed before publication to prevent spam, offensive content or private information from appearing publicly. Approved reviews may be displayed using the guest’s public display name or initials. Kevron Suites and Apartments does not publish fake reviews.

Apartment Selection Ratings

Explore ratings and features specifically categorized by en-suite size and apartment capacity.

@foreach($apartmentTypes as $apt) @php // calculate real stats for this apartment type $aptApprovedReviews = \App\Models\Review::where('apartment_type_id', $apt->id)->where('is_approved', true); $aptCount = $aptApprovedReviews->count(); $aptAvg = round($aptApprovedReviews->avg('overall_rating') ?? 0.0, 1); @endphp

{{ $apt->name }}

@if($aptCount > 0)
{{ $aptAvg }} / 5.0 ({{ $aptCount }} reviews)
@else No ratings yet @endif
Nightly rate: ₦{{ number_format($apt->base_price_nightly) }}
Capacity: {{ $apt->capacity_adults }} Adults
@endforeach

Local SEO and Directory Summary

Kevron Suites and Apartments collects and displays approved guest feedback for its Adeniyi Jones, Ikeja serviced apartments, including ratings for cleanliness, comfort, location, security, service and value. Guests can share feedback on cleanliness, comfort, location, security, service and value after checkout. Approved reviews help future guests understand the stay experience across the 1, 2, 3 and 4 bedroom serviced apartment options. We display only authentic guest feedback on our website, ensuring absolute privacy of personal email addresses, phone contact data, or internal booking reference logs. For airport access, MM1 and MM2 domestic terminals are situated a brief distance from our Regina Coker/Ogunlowo gated blocks inside Ikeja Lagos Nigeria.

Frequently Asked Questions

Read important details about reviews integrity, stay verification rules, and name initials privacy.

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

Ready to Create Your Own Kevron Stay Experience?

Explore our luxury serviced apartments in Adeniyi Jones, Ikeja and book a stay designed for comfort, convenience and smart living.

@endsection