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

{{ $page->title }}

Learn how Kevron Suites and Apartments manages guest identification, digital check-in, visitor verification, corporate guest lists and secure ID record handling.

Secure check-in Privacy protection Visitor control Verified guests Smooth arrival
Digital Check-In
Policy Version v{{ $page->version }}
Effective Date {{ $page->effective_date ? $page->effective_date->format('F d, Y') : 'June 01, 2026' }}
Last Updated {{ $page->last_updated_at ? $page->last_updated_at->format('F d, Y') : 'June 01, 2026' }}
Approved & Active
@foreach($page->sections as $index => $section)

{{ $section->heading }}

{!! $section->body !!}
@if($section->section_key === 'accepted_types')
@foreach($documentTypes as $docType)

{{ $docType->name }}

{{ $docType->description ?? 'Government-issued photo identification credential.' }}

@if($docType->requires_document_number) Doc No. Required @endif @if($docType->requires_expiry_date) Requires Expiry @endif @if($docType->requires_upload) Private Secure Upload @endif
@endforeach
@endif
@endforeach

Digital Check-In Concierge

Upload stay credentials and complete en-suite keycode provisioning securely before arrival.

@csrf
Numbers are shielded, stored privately and fully encrypted under NDPA regulations.
Acceptable formats: PDF, JPG, PNG. Max file size: 5MB. Stored on private system storage disks.
I hereby agree to the dynamic stay Guest Identification Policy, and general stay House Rules. I confirm that the details, records and files provided match the occupying suites booking details and government credentials.

Frequently Asked Questions

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

Ready for a Smooth and Secure Check-In?

Prepare your booking reference and approved identification document before arrival or complete digital check-in where available.

Section link copied to clipboard.
@endsection