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

Tambah Data Akun

@csrf @include('akun.form')

@endsection