{{-- kikcash/history --}} {{-- --}}
| # | Date | Description | Kik back | Kik Pay | Kik Cash | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{++$x}} | {{$cash->date}} | {{$cash->description}} | @if($cash->kikback>0){{ number_format($cash->kikback,2)}} | @else{{ number_format($cash->kikback,2)}} | @endif @if($cash->kikpay>0){{ number_format($cash->kikpay,2)}} | @else{{ number_format($cash->kikpay,2)}} | @endif @if ($cash->kikback==0 && $cash->kikpay==0)0.00 | @else0.00 | @endif||
| {{ number_format($back,2)}} | {{ number_format($pay,2)}} | {{ number_format($balance,2 )}} |