@extends('layouts.app') @section('content')
Product Name:
{{ $specification->product->name }}
Model:
{{ $specification->product->model ?? 'N/A' }}
Slug:
{{ $specification->product->slug }}
Brand:
{{ $specification->product->brand->name ?? 'N/A' }}
Manufacturer:
{{ $specification->product->manufacturer->name ?? 'N/A' }}
Category:
{{ $specification->product->category->name ?? 'N/A' }}
Stock:
{{ $specification->product->stock ?? '0' }}