@extends('layouts.app') @section('title', $product->name) @section('content')
Price per {{ $product->unit }}
VAT included
| Product | Supplier | Price | Action |
|---|---|---|---|
| {{ $item->name }} | {{ $item->supplier?->company_name }} | R {{ number_format($item->price, 2) }} | View |