@extends('layouts.admin') @section('title', 'Chart of Accounts') @section('content')
Manage all financial accounts for your company.
| Code | Account Name | Type | Category | Balance | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $account->account_code }} | {{ $account->account_name }} | {{ $account->account_type }} | {{ $account->account_category }} | Rs. {{ number_format($account->balance ?? 0, 2) }} | @if($account->is_active) Active @else Inactive @endif | Edit |
| No accounts found. | ||||||