@csrf
{{ $properti->nama_properti }}

{{ $properti->nama_properti }}

{{ $properti->perumahan->lokasi_perumahan ?? 'Lokasi tidak tersedia' }}
Rp {{ number_format($properti->harga_properti, 0, ',', '.') }}
{{ $properti->tipe_properti }} - {{ ucfirst($properti->kategori_properti) }}

Informasi Pribadi

Detail Properti

{{ $properti->tipe_properti ?? 'Tidak tersedia' }} @if($properti->tipe_properti == '30/60') (Subsidi) @else (Komersil) @endif
{{-- ✅ Tetap kirim value saat form submit --}}
@php $bookingFee = $properti->bookingFee ?? 0; @endphp

Metode Pembayaran

Jenis Pekerjaan

Dokumen Persyaratan (Pegawai Swasta/PNS)

Klik atau drag file

JPG/PNG/PDF | Max 5MB

Klik atau drag file

JPG/PNG/PDF | Max 5MB

Klik atau drag file

JPG/PNG/PDF | Max 5MB

Klik atau drag file

JPG/PNG/PDF | Max 5MB

Klik atau drag file

JPG/PNG | Max 2MB

Klik atau drag file

JPG/PNG/PDF | Max 5MB

Klik atau drag file

JPG/PNG/PDF | Max 5MB

Klik atau drag file

JPG/PNG/PDF | Max 5MB

Klik atau drag file

JPG/PNG | Max 3MB

Klik atau drag file

JPG/PNG | Max 3MB

Informasi Pembayaran

@php $harga = $properti->harga_properti ?? 0; // ambil booking fee dari database $bookingFee = (int) ($properti->bookingFee ?? 0); // total pembayaran = booking fee saja $totalPembayaran = $harga + $bookingFee; @endphp
Rincian Biaya
Harga Properti Rp {{ number_format($harga, 0, ',', '.') }}
Booking Fee Rp {{ number_format($bookingFee, 0, ',', '.') }}
Total Pembayaran Rp {{ number_format($totalPembayaran, 0, ',', '.') }}

Catatan: Booking fee mengikuti unit properti yang dipilih.

Informasi Transfer Booking Fee
Bank Bank Mandiri
Nomor Rekening 1430033363555
Atas Nama PT Carani Bhanu Balakosa
Total Transfer Rp {{ number_format($bookingFee,0,',','.') }}
{{-- tutup form --}}