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

Edit Subaccount

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

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
is_active) ? 'checked' : '' }}>
@endsection