@extends('template.index')
@section('title', 'Data Prodeskel SI PeSSUT KOTA SAMARINDA')
@section('prodeskel', 'active')
@section('konten')
{!! Form::model($prodeskelResponden->nomor_nik,
['route' => ['klik.report.anggota.ubah.store', $prodeskelResponden->nomor_nik, $prodeskelQuestion->id],
'role' => 'form',
'class' => 'form-horizontal',
'id' => 'msform',
'name' => 'prodeskel',
'method'=> 'patch']) !!}
@include('prodeskel.formulir.anggota.formulir-anggota-edit')
{!! Form::close() !!}
|
|
{{--
Tambah Data Anggota Keluarga Lainnya ? --}}
{{-- --}}
@endsection