|
Record |
Computed Receipt |
Petty Cash Checks |
Variance |
Cash |
{{number_format($total_cash,2)}} |
{{number_format($payments->cash_amount,2)}} |
{{number_format($petty_cash->amount,2)}} |
{{number_format($total_cash-($payments->cash_amount-$petty_cash->amount),2)}} |
cash_amount - $petty_cash->amount) ?>
@if($total_variance >0)
{{number_format($total_variance,2)}}
@elseif($total_variance==0)
{{number_format($total_variance,2)}}
@else
{{number_format($total_variance,2)}}
@endif