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

Edit GL Account

Account controls for parent GL accounts.

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