@foreach ($VaultRegisters as $VaultRegister)
Warning: Undefined variable $VaultRegister in /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/vault/vaultRegister/viewVaultRegister.blade.php on line 37

Warning: Attempt to read property "cashBookSum" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/vault/vaultRegister/viewVaultRegister.blade.php on line 37

Warning: Undefined variable $VaultRegister in /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/vault/vaultRegister/viewVaultRegister.blade.php on line 37

Warning: Attempt to read property "cashDeficitAmount" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/vault/vaultRegister/viewVaultRegister.blade.php on line 37

Warning: Undefined variable $VaultRegister in /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/vault/vaultRegister/viewVaultRegister.blade.php on line 38

Warning: Attempt to read property "afterClosingSum" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/vault/vaultRegister/viewVaultRegister.blade.php on line 38

Warning: Undefined variable $VaultRegister in /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/vault/vaultRegister/viewVaultRegister.blade.php on line 38

Warning: Attempt to read property "totalCashAtBankAmount" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/vault/vaultRegister/viewVaultRegister.blade.php on line 38
@endforeach
SL# Date Branch Cash In Hand Amount Cash At Bank Amount Total Entry By Verefied By Entry Date & Time Action
Cash Book After Closing
Actual Deficit Total
{{ ++$no }} {{ date('d-m-Y', strtotime($VaultRegister->collectionDate)) }} {{ $VaultRegister->nameWithCode }} {{ number_format ($VaultRegister->cashBookSum) }} {{ number_format ($VaultRegister->cashDeficitAmount) }} {{ number_format ($actualAndDeficitSumTotal) }} {{ number_format ($VaultRegister->afterClosingSum) }} {{ number_format ($VaultRegister->totalCashAtBankAmount) }} {{ number_format ($grandTotalSum) }} {{ $VaultRegister->enterd_by }} {{ $VaultRegister->approved_by }} {{ $VaultRegister->created_at }}   @if ($VaultRegister->approved_by == 'Pending!' )   @endif {{-- @if($register == 0) @endif --}}
{{-- --}}