{{-- # ────────────── lee_gwena ────────────── # Code by: ashley_gwena # Created: 2026-03-31 # Notes: Subaccount create form scoped to parent # ─────────────────────────────────────── --}} @extends('layouts.master') @section('title', 'Create Subaccount') @section('content') @include('chart_of_accounts.partials.form-styles')

Add Subaccount

Parent: {{ $parent->account_code }} — {{ $parent->account_name }}

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@endsection