@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')
1

Select Catalog

2

Select Door Style

3

Cart Products


NOTE: Do empty search to reset. NOTE: Double click on Cabinet Label to select product.
@foreach ($product_sections as $section)
@foreach ($section->products as $product) @endforeach
Cabinet Label SKU Description Weight Cost Qty
{{ $product->label }} {{ $product->sku }} {{ $product->description }} {{ $product->weight }} {{ $product->cost }} {{ $product->qty }}
Cabinet Label SKU Description Weight Cost Qty
@empty There is nothing to show. @endforeach
@foreach ($product_sections as $section)
@foreach ($section->products as $product) @endforeach
Cabinet Label SKU Description Weight Cost Qty
{{ $product->label }} {{ $product->sku }} {{ $product->description }} {{ $product->weight }} {{ $product->cost }} {{ $product->qty }}
Cabinet Label SKU Description Weight Cost Qty
@empty There is nothing to show. @endforeach

Step #1: Please enter Job Name and Room before selecting items from inventory.


Job Name * Clear Cart

Double Check Work Cabinet Name Cabinet Description Weight Unit Price Total Price Quantity Delete
0 lbs $0.00
@endsection @section('script') @endsection