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

Edit Trust Account

Update trust ledger details.

@csrf @method('PUT')
@php $selectedMatterIds = collect(old('matter_ids', $trustAccount->matters->pluck('id')->all())); @endphp
Select one or more matters.
@if($trustAccount->status !== 'closed')
@csrf
Termination closes the account but keeps records for audit.
@endif
@endsection