@extends('layouts.app') @section('title', 'SPK Penerima Bantuan ', $alternatif->nama_alternatif) @section('content')
Edit Alternatif {{ $alternatif->nama_alternatif }}
@if (Session::has('msg')) @endif
@csrf @method('put')
@error('nama_alternatif') @enderror
@error('nik') @enderror
@error('alamat') @enderror
@error('telepon') @enderror
Kembali
@stop