@extends('layouts.app') @section('title', 'Chart of Accounts') @section('breadcrumbs') @endsection @section('content')
Manage your ledger accounts
| Code | Name | Type | Parent | Balance | Actions |
|---|---|---|---|---|---|
| {{ $account->code ?? '' }} | {{ $account->name }} | {{ ucfirst($account->type ?? '') }} | {{ $account->parent->name ?? 'Top Level' }} | {{ number_format($account->opening_balance ?? 0, 2) }} | |
No accounts found | |||||