@extends('layouts.light.master') @section('title', 'Order') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
| Cabinet Label | SKU | Description | Weight | Cost | Qty |
|---|---|---|---|---|---|
| {{ $product->label }} | {{ $product->sku }} | {{ $product->sku . '-' . $product->doorColor->product_label }} | {{ $product->weight }} | {{ $product->cost }} | {{ $product->qty }} |
| Cabinet Label | SKU | Description | Weight | Cost | Qty |
| Double Check Work | Cabinet Name | Cabinet Description | Weight | Unit Price | Total Price | Quantity | Delete |
|---|---|---|---|---|---|---|---|
|
|
{{ $product['room_name'] }} | Product ID: {{ $productId }} | 0 lbs | ${{ number_format($product['price'], 2) }} | ${{ number_format($product['quantity'] * $product['price'], 2) }} | {{ $product['quantity'] }} | |
| 0 lbs | $0.00 | ||||||