{{-- # ────────────── lee_gwena ────────────── # Code by: ashley_gwena # Created: 2026-03-12 # Notes: GL account create form # ─────────────────────────────────────── --}} @extends('layouts.master') @section('title', 'Create GL Account') @section('content') @include('chart_of_accounts.partials.form-styles')

Add GL Account

Parent GL accounts for the chart of accounts.

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