@if($websiteSettings->meta_keywords) @endif @vite(['resources/assets/vendor/libs/node-waves/node-waves.scss']) @vite(['resources/assets/vendor/scss/core.scss', 'resources/assets/css/demo.css'])

{{ $websiteSettings->hero_title ?? $hostelSettings->name ?? 'Gurudev Hostel' }}

{{ $websiteSettings->hero_subtitle ?? $hostelSettings->description ?? 'Your home away from home. Experience comfort, safety, and community living at its finest.' }}

Our Facilities

Everything you need for comfortable living

@foreach($features as $feature)

{{ $feature->title }}

{{ $feature->description }}

@endforeach
About Us

{{ $websiteSettings->about_title ?? 'About ' . ($hostelSettings->name ?? 'Our Hostel') }}

{!! nl2br(e($websiteSettings->about_description ?? 'We provide a safe, comfortable, and welcoming environment for students and working professionals. Our hostel combines modern amenities with a homely atmosphere, ensuring that every resident feels at home while pursuing their goals.')) !!}
{{ $websiteSettings->stat_residents ?? 100 }}+ Happy Residents
{{ $websiteSettings->stat_experience ?? 5 }}+ Years Experience

Get In Touch

We'd love to hear from you

@if(session('success')) @endif @if($errors->any()) @endif
@if($hostelSettings->address)

Address

{{ $hostelSettings->address }}
@if($hostelSettings->city){{ $hostelSettings->city }}@endif @if($hostelSettings->state), {{ $hostelSettings->state }}@endif @if($hostelSettings->pincode) - {{ $hostelSettings->pincode }}@endif

@endif @if($hostelSettings->phone || $hostelSettings->mobile)

Phone

@if($hostelSettings->phone){{ $hostelSettings->phone }}
@endif @if($hostelSettings->mobile){{ $hostelSettings->mobile }}@endif

@endif @if($hostelSettings->email) @endif @if($hostelSettings->website) @endif

Send Us An Enquiry

Fill out the form below and we'll get back to you soon

@csrf
@error('name')
{{ $message }}
@enderror
@error('mobile')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('college')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
@error('message')
{{ $message }}
@enderror
@vite(['resources/assets/vendor/js/helpers.js']) @vite(['resources/assets/vendor/libs/node-waves/node-waves.js']) @vite(['resources/assets/vendor/js/bootstrap.js'])