@extends('layouts.tabler') @section('content')
{{ $activeCount }}
ACTIVE CHART OF ACCOUNTS
PKR {{ number_format($totalBalance, 2) }}
TOTAL BALANCE
{{ $inactiveCount }}
INACTIVE CHART OF ACCOUNTS
@livewire('financials.chart-of-accounts')
@endsection @push('page-scripts') @endpush