@extends('layouts.light.master') @section('title', 'Order') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Create anOrder

@endsection @section('breadcrumb-items') @endsection @section('content')

Select Catalog

Select Door Style

3

Cart Products

{{--
Shaker White
--}} {{-- @if (empty($product_data))
Currently no color available in this catalog.
@endif --}}

NOTE: Do empty search to reset. NOTE: Double click on Cabinet Label to select product.
Cabinet Label SKU Description Weight Cost Qty
@foreach ($product_sections as $section)
@php $product_data = $section->products ->where('product_catalog_id', $catalog_id) ->where('door_color_id', '=', $door_id); @endphp @foreach ($product_data as $product) @endforeach
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
@endforeach
Step #1: Please enter Job Name and Room before selecting items from inventory.
Job Name * Clear Cart
Assemble All Cabinetry? *
Double Check Work Cabinet Name Cabinet Description Weight Unit Price Total Price Quantity Delete
0 lbs $0.00
@endsection @section('script') {{-- --}} @endsection