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

EditStock Check

@else

Create anOrder

@endif @endsection @section('breadcrumb-items') @if ($flag) @else @endif @endsection @section('content')
{{-- @if ($userType == 'admin') --}}
{{-- @else
@endif --}} {{-- --}}

NOTE: Do empty search to reset. NOTE: Double click on Cabinet Label to select product.
Cabinet Label SKU Description Weight Cost Qty
@forelse ($product_sections as $sectionId => $section)
@forelse ($productsBySection[$sectionId] ?? [] as $product) {{-- You can customize this based on qty in room if needed --}} @empty @endforelse
Cabinet Label SKU Description Weight Cost Qty
{{ $product->label }} {{ $product->sku }} {{ $product->sku . " - " . $product->doorColor->product_label }} {{ $product->weight }} {{ $product->cost }} {{ $product->qty }}
No products found in this section.
@empty

There is nothing to show.

@endforelse
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
0lbs $0.00
@endsection @section('script') @endsection