@extends('layouts.app') @section('title', 'Products') @section('content')
| Product | SKU | Category | Brand | Stock | Actions |
|---|---|---|---|---|---|
|
{{ $product->product_name }}
{{ $product->description }}
|
{{ $product->sku }} | {{ $product->category->cat_name ?? '' }} | {{ $product->brand->brand_name ?? '' }} | {{ $product->initial_stock }} |