@extends('layouts.admin') @section('title', 'Chart of Accounts') @section('page-title', 'Chart of Accounts') @section('header-actions') add New Account @endsection @section('content')
| Code | Name | Type | Category | Balance | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $account->code }} | {{ $account->name }} | {{ ucfirst($account->type) }} | {{ $account->category ?? '-' }} | {{ number_format($account->current_balance, 2) }} | {{ $account->is_active ? 'Active' : 'Inactive' }} |
edit
@if(!$account->is_system)
@endif
|
|
account_tree
No accounts found |
||||||