@extends('layouts.light.master') @section('title', 'Stock Check Menu') @section('css') @endsection @section('style') @endsection {{-- @section('breadcrumb-title')
| Double Check Work | Cabinet Name | Cabinet Description | Weight | Unit Price | Total Price | Quantity | Assemble Cost | Item Notes |
|---|---|---|---|---|---|---|---|---|
| Sub Total | {{ number_format($stock_check_request->sub_total_weight, 2) }} lbs | ${{ number_format($stock_check_request->sub_total_cost, 2) }} | ${{ number_format($stock_check_request->sub_total_assemble_cost, 2) }} | |||||
| Cabinetry Assembly Cost | ${{ number_format($stock_check_request->sub_total_assemble_cost, 2) }} | |||||||
| Shipping Charges | ||||||||
| Total (Excluding Sales Tax And Payment Charges) | {{ number_format($stock_check_request->sub_total_weight, 2) }} lbs | ${{ number_format($stock_check_request->grand_total_cost, 2) }} | ||||||
{{ $stock_check_request->comment }}