@extends('layouts.master') @section('content')
@csrf {{-- @method('PUT') --}}
Customer Details
Manufacturer / Publisher:
To:
Email:
Address:
Phone:
vCloud Details
{{-- @php $fromValue = ''; if (Str::endsWith($quote->salesRep->email, '@vcloudtech.com')) { $fromValue = 'vCloud Tech Inc.'; } elseif (Str::endsWith($quote->salesRep->email, '@vcloudgov.com')) { $fromValue = 'vCloud Gov Inc.'; } else { $fromValue = $quote->salesRep->email; } @endphp --}} {{-- --}}
vCloud Entity:
From:
Sales Rep: role !== 'Admin' ? 'readonly' : '' }}>
Email:
Address:
Phone:

Term Details
{{-- --}} {{-- --}} {{-- --}}
Term: FTIN: 46-3104792
Contract Name:
Cage Code: 77T86
DUNS No: 079508688
Payment Term:
Contract No: contract_name) !== 'OM') readonly @endif>
Credit Cards: VISA/MASTER
Additional Notes:
  • Credit Card Fees May Apply
  • Sales Tax May Apply
Quote Details
{{-- --}}
Quote #:
Quote Date:
Quote Expiry:
RFQ:
UEI:
Shipping:
Total Pricing:
Comments:

@php $groupedItems = $quote->quoteItems->groupBy('quote_year'); $yearIndex = 0; @endphp @foreach ($groupedItems as $year => $items)

@foreach ($items as $item) @endforeach
Line No Description MSRP ($) COGS ($) Discount (%) Markup (%) Qty Unit ($) Extended ($)
{{ $loop->iteration }}
Total
Option Year {{ $yearIndex + 1 }} Delete Base Year
Sales Tax ($) {{-- --}}
Subtotal
Sales Tax
Shipping Charges
Total
@php $yearIndex++ @endphp @endforeach
@endsection