@extends('layouts.master') @section('content')
Opening Balance: {{ number_format(session('openingbalance'), 0) }}
Date | Narration | Debit | Credit | Cl.Balane |
---|---|---|---|---|
{{ $entry->VoucherDate }} | {{ $entry->Entry_Narration }} | {{ $debit ? number_format($debit, 0) : '' }} | {{ $credit ? number_format($credit, 0) : '' }} | {{ number_format($balance, 0) }} |