@extends('layouts.app') @section('content')
| Product Name | Categories | Company | Batch No | Expiry Date | Quantity | Unit Type | Purchase Price | Retail Price | Local Price | Doctor Price | Piece Price | Image | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $product->name }} | @foreach ($product->categories as $category) {{ $category }} @endforeach | {{ $product->company }} | {{ $product->batch_number }} | {{ $product->expiry_date }} | {{ $product->quantity }} | {{ $product->unit_type }} | {{ $product->purchase_price }} | {{ $product->retail_price }} | {{ $product->local_price }} | {{ $product->doctor_price }} | {{ $product->price_per_piece }} |
@if ($product->image)
|
Edit |
No products found.
@endif