@extends('layouts.app') @section('content')
@endif
Model:
{{ $product->model ?? 'N/A' }}
Slug:
{{ $product->slug }}
Category:
@if($product->category) {{ $product->category->name }} @elseN/A
@endifBrand:
@if($product->brand) {{ $product->brand->name }} @elseN/A
@endifManufacturer:
@if($product->manufacturer) {{ $product->manufacturer->name }} @elseN/A
@endifPrice:
{{ $product->formatted_price }}
Price Type:
{{ $product->price_type ?? 'N/A' }}
Unit Type:
{{ $product->unit_type ?? 'N/A' }}
Standard Price:
{{ $product->standard_price ? number_format($product->standard_price, 2) : 'N/A' }}
Special Price:
{{ $product->special_price ? number_format($product->special_price, 2) : 'N/A' }}
Barcode/SKU:
{{ $product->barcode ?? 'N/A' }}
Warranty:
{{ $product->warranty ?? 'N/A' }}
Status:
{{ $product->status ? 'Active' : 'Inactive' }}View Count:
{{ $product->view_count }}Datasheet:
Download PDFDescription: