| {{ ++$i }} |
{{ $item->transaction_type == 3 ? "Sales" : "Return" }} |
{{ $item->party }} |
{{ $item->invoice_no }} |
{{ date('d-m-Y h:i a', strtotime($item->date)) }} |
{{ $item->admin }} |
{{ number_format($item->net_total, 2) }} |
{{ ($item->dr_cr == 2 ? '-' : '').$item->points }} |
@endforeach