@extends('layouts.tenant.master') @section('title', 'Product Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

ProductDetails

@endsection @section('breadcrumb-items') @endsection @section('content')
Catalog: {{ $product->productCatalog->name }}
Cabinet Label: {{ $product->productCategory->cabinets_name }}
SKU: {{ $product->sku }}
Description: {{ $product->description }}
Weight: {{ $product->weight }}
Cost: {{ $product->cost }}
Quantity: {{ $product->qty }}
Manufacture Date: {{ $product->manufacture_date }}
Image {{ $product->image }}
@endsection @section('script') @endsection