@extends('layouts.app') @section('header_title', 'Accounting ERP Chart of Accounts') @section('content')
| Account Code | Account Name | Type | Current Balance |
|---|---|---|---|
| {{ $acc->account_code }} | {{ $acc->account_name }} | {{ $acc->account_type }} | ₦{{ number_format($acc->current_balance, 2) }} |