@extends('layouts.cashierapp') @section('content') access_level; echo $ac;?>

Cash Denomination


@if(Auth::user()->accesslevel == 4) Add @endif Denominations

@if($transaction_date == date('Y-m-d')) @if(Auth::user()->accesslevel == 4)
{!!csrf_field()!!}
@endif @endif
@if(count($lists)>0) @foreach($lists as $list) denomination * $list->count)?> @if(Auth::user()->accesslevel == 4) @if($transaction_date == date('Y-m-d')) @endif @endif @endforeach
# Breakdown Denominations Total
{{$count++}} {{$list->count}} {{number_format($list->denomination,2)}} {{number_format($list->count * $list->denomination,2)}}Remove
TOTAL{{number_format($total_cash,2)}}
@else

No Record to Display!!!

@endif
 

Variance

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
@stop @section('script') @stop