@extends('layouts.app') @section('title', 'Chart of accounts') @section('content')
{{ $accounts->count() }} account(s). System accounts are referenced by code from the automatic postings.
| Code | Name | Subtype | Balance | State | |
|---|---|---|---|---|---|
| {{ $account->code }} | {{ $account->subtype ?: '—' }} | {{ money($account->balance) }} | {{ $account->is_active ? 'Active' : 'Inactive' }} @if ($account->is_system)system@endif |