| {{ $loop->iteration }} |
{{ $stockin->product->pid }} |
@if ($datestr == now()->format('Y-m-d'))
@php
$dlink = 'deleteItem(' . $stockin->id . ')';
@endphp
@endif
|
{{ $stockin->product->name }} |
{{ $stockin->product->unit->name }} |
{{ $stockin->quantity }} |
@php
$total = $stockin->quantity * $stockin->rate;
$grandtotal += $total;
@endphp
{{ bdnumber($total) }} |
@endforeach
@if ($datestr == now()->format('Y-m-d'))