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

Ledger: {{ $chartOfAccount->code }} - {{ $chartOfAccount->name }}

Page for Ledger {{ $chartOfAccount->code }} - {{ $chartOfAccount->name }}

@foreach ($chartOfAccount->balances as $balance) @endforeach
Date Opening Balance Debit Credit Ending Balance Reff Description
{{ $balance->id }} {{ $balance->created_at }} {{ $balance->opening }} {{ $balance->debit }} {{ $balance->credit }} {{ $balance->ending }} {{ $balance->reff }} {{ $balance->description }}

@endsection @section('js') @endsection