@extends('layouts.app') @section('content')
Specification Details

Product Information

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' }}

@csrf @method('DELETE')
@endsection