@extends('layouts.app') @section('subtitle', 'Edit Penduduk') @section('content_body')

Form Edit Penduduk

@csrf @method('PUT')
@php $pd = $penduduk; @endphp @include('penduduk.partials.form')
@stop