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

Show Account Ledger

Attribute Value
Debit Balance {{ $AccountLedger->Debit }}
Credit Balance {{ $AccountLedger->Credit }}
Date {{ $AccountLedger->Date }}
Method {{ $AccountLedger->Method }}
Description {{ $AccountLedger->Description }}
@endsection