@php $hideExtraSection = true; @endphp @extends('layouts_user.app') @section('content')

Pesan Kamar

Selesaikan reservasi Anda untuk Kost impian.

@if($kost->images->count()) Gambar Kost @else No Image @endif
{{ ucfirst($kost->jenis_kost) }}

{{ $kost->nama_kost }}

{{ $kost->alamat }}

Rincian Informasi

Pemilik

{{ $kost->nama_pemilik }}

Kontak

{{ $kost->contact_person }}

Kamar Tersedia

{{ $kost->kamar_tersedia ?? $kost->jumlah_kamar }} Kamar

Harga per Bulan

Rp {{ number_format($kost->harga, 0, ',', '.') }}

Detail Reservasi

Pilih tanggal masuk dan keluar untuk memesan kos ini.

Estimasi Biaya Rp {{ number_format($kost->harga, 0, ',', '.') }} / bln

Biaya akan dihitung detail setelah verifikasi owner.

@if(session('error'))
{{ session('error') }}
@endif
@if($kost->kamar_tersedia > 0) @else @endif
@endsection