@extends('layouts.tabler')
@section('content')
Purchase Details
| No. | Photo | Product Name | Product Code | Current Stock | Quantity | Price | Total |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
|
{{ $product->product->product_name }} | {{ $product->product->product_code }} | {{ $product->product->stock }} | {{ $product->quantity }} | {{ $product->unitcost }} | {{ $product->total }} |