@php $intcount = 1; @endphp @foreach($fixassetsuppldt as $keyone => $itemone) @php $intcount++; @endphp @endforeach
KIRORI MAL COLLEGE (UNIVERSITY OF DELHI)
 
CONSUMABLE STOCK REGISTER DATA
 
S. No. Date Item Name Bill Number Bill Date Receipt Quant. Issue Voucher No. Issue Date Issue Quant. Unit Price
{{ $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 }}