@extends('layouts.app') @section('title', 'Edit Akun') @section('content')

Edit Akun

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Batal
@push('scripts') @endpush @endsection