@extends('layouts.app') @section('content')
| ID | Name | Unit Type | Standard Price | Special Price | Add Images | Model | Category | Brand | Manufacturer | QR code | Status | Views | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $product->id }} | {{ $product->name }} | {{ $product->unit_type ?? 'N/A' }} | {{ $product->standard_price ?? 'N/A' }} | {{ $product->special_price ?? 'N/A' }} | @if($product->datasheet_pdf_link) @endif | Images | {{ $product->model ?? 'N/A' }} | @if($product->category) {{ $product->category->name }} @else N/A @endif | @if($product->brand) {{ $product->brand->name }} @else N/A @endif | @if($product->manufacturer) {{ $product->manufacturer->name }} @else N/A @endif |
@if($product->barcode)
|
{{ $product->status ? 'Active' : 'Inactive' }} | {{ $product->view_count }} | |
| No products found. | ||||||||||||||