@extends('layouts.app') @section('content')

Report: Ledger

Page for Ledger

@foreach ($chartOfAccounts as $account) @endforeach
Account Code Account Name Action
{{ $account->code }} {{ $account->name }} View
@endsection @section('js') @endsection