@extends('layouts.admin-simple') @section('title', $product->name) @section('page-title', $product->name) @section('breadcrumb')
{{ $product->description ?: 'No description provided.' }}
@if($product->features){{ $product->features }}
{{ $product->slug }}
| {{ $spec->name }} | {{ $spec->formatted_value }} |
Add technical specifications for this product.
| # | Name | Standard | Thickness | Length | Width | File | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $spec->name }} | {{ $spec->standard }} | {{ $spec->thickness }} | {{ $spec->length }} | {{ $spec->width }} | @if($spec->file_path) download {{ $spec->display_file_name }} @else No file @endif |
Add technical specifications that will be displayed in a table format on the product page.