@extends('layouts.app') @section('title', 'Products') @section('content')
| Image | Product | Category | Size | Price | Qty | Actions | |
|---|---|---|---|---|---|---|---|
|
@if($product->image_url)
|
{{ $product->name }}
@if($product->barcode)
{{ $product->barcode }} @endif |
{{ $product->category_name }} | {{ $product->size ?? '—' }} | {{ number_format($product->selling_price, 2) }} | {{ $product->quantity }} | View Edit | |
| No products yet. Add one. | |||||||