@extends('front::layouts.seo-master') @section('seo') @if(isset($product_detail)) @php $breadcrumbs = [ ['name' => 'Products', 'url' => route('front.product-cat', $product_detail->categories->first()->slug ?? '')], ['name' => $product_detail->title, 'url' => null] ]; @endphp @endif @endsection @section('content')
Brand: {{ $product_detail->brand->title }}
@endif{!! $product_detail->description !!}
| SKU | {{ $product_detail->sku }} |
| Brand | {{ $product_detail->brand?->title ?? 'N/A' }} |
| Stock | {{ $product_detail->stock }} |
| Status | {{ ucfirst($product_detail->status) }} |
No reviews yet. Be the first to review this product!