@extends('layouts.Project') @section('content')

Edit Anggota

Perbarui detail untuk: {{ $anggota->nama }}

@if ($errors->any()) @endif
@csrf @method('PUT')
{{-- Tombol Aksi --}}
Batal
@endsection