@extends('layouts.main', ['title' => 'Ubah Data Akun']) @section('content')

Ubah Data Akun

@csrf @method('PUT') @include('akun.form')

@endsection