{{ $intcount }} |
{{ Carbon\Carbon::parse($itemone->consuadate)->format('d-M-Y') }} |
{{ getitemname($itemone->prosupplid) }} |
{{ $itemone->billnumber }} |
{{ Carbon\Carbon::parse($itemone->billdate)->format('d-M-Y') }} |
{{ Round($itemone->recpquant,2) }} |
{{ $itemone->issvouchnum }} |
{{ Carbon\Carbon::parse($itemone->issuedate)->format('d-M-Y') }} |
{{ Round($itemone->issuequant,2) }} |
{{ $itemone->unitprice }} |
@php
$intcount++;
@endphp
@endforeach