@extends('layouts.app') @section('title', 'Finance - Chart of Accounts') @section('content')

Chart of Accounts

@livewire('finance.ledger.create', ['accounts' => $accounts])
{{-- --}} All filters
@foreach ($ledgers as $index => $ledger) @endforeach
SN Account Name Balance Account Code Account Type Account Action
@endsection