@extends('layouts.operator') @section('title','Edit Data Perumahan') @section('page-title','Edit Data Perumahan') @section('content') @if($dataPerumahan->catatan_verifikasi)
Catatan Revisi: {{ $dataPerumahan->catatan_verifikasi }}
@endif
@csrf @method('PUT')
Data Kependudukan
@error('jumlah_penduduk'){{ $message }}@enderror
@error('jumlah_kk'){{ $message }}@enderror
@error('jumlah_rumah'){{ $message }}@enderror
Data Perumahan
@error('rlh'){{ $message }}@enderror
@error('luas_permukiman'){{ $message }}@enderror
Hasil Perhitungan Otomatis
RTLH
{{ number_format($dataPerumahan->rtlh) }}
= Jumlah Rumah − RLH
Backlog
{{ number_format($dataPerumahan->backlog) }}
= Jumlah KK − Jumlah Rumah
Keterangan Tambahan
Batal
@push('scripts') @endpush @endsection