| {{ $storepurchase->product->product_name }} |
{{ $storepurchase->quantity ?? 0 }} |
{{ number_format($storepurchase->buying_price ?? 0) }} |
{{ number_format($storepurchase->buying_price*$storepurchase->quantity ?? 0) }} |
{{ $storepurchase->purchase->date ?? '----' }} |
@endforeach