Contract ID: {{ $selectedContract->contract_id }}
RFQ ID: {{ $selectedContract->rfq->ref_id }}{{ number_format($selectedContract->total_price, 2) }} {{ $selectedContract->currency }}
-
@foreach ($contracts as $contract)
- @if (auth()->user()->role == 'buyer') {{ $contract->seller->company->name }} @else {{ $contract->buyer->company->name }} @endif @endforeach
Product
{{ $selectedContract->rfq->defaultProduct->name }}
Type
{{ $selectedContract->rfq->palletization == 'US' ? ' US (40"x48")' : ($selectedContract->rfq->palletization == 'EU/Asia' ? ' EU/Asia' : ($selectedContract->rfq->palletization == 'EU' ? ' EU (800mmx1200mm)' : '')) }}
Processing Type
{{ $selectedContract->processing_type ?? 'Undefined' }}
Description
{{ $selectedContract->description ?? 'Undefined' }}
Issue Date
{{ \Carbon\Carbon::parse($selectedContract->created_at)->format('Y-m-d') }}
Exp. Date
{{ $selectedContract->expiration_date }} @if ($daysUntilExpiration > 0) - expires in {{ $daysUntilExpiration }} days @elseif($daysUntilExpiration == 0) - expires today @else - expired @endif
Port Origin
{{ $selectedContract->port_origin }}
Port Destination
{{ $selectedContract->port_destination }}
Incoterm
{{ $selectedContract->incoterm }}
POs | Volume | Arrival Date | Status |
---|---|---|---|
PO {{ $po->po_id }} |
{{ $po->volume_kg }} Kg |
{{ $po->arrival_date }} |
@if ($po->status == 0)
In progress @elseif($po->status == 1)Delivered @elseCanceled @endif |
Files
Summary
Price offered (in {{ $selectedContract->currency ?? $selectedContract->rfq->currency }})
{{ number_format($selectedContract->price_per_kg, 2) }}Volume (in {{ $selectedContract->unit ?? $selectedContract->rfq->unit }})
{{ number_format($selectedContract->volume_kg, 2) }}Payment term
{{ $selectedContract->payment_term }}Total
{{ number_format($selectedContract->total_price, 2) }} {{ $selectedContract->currency }}By clicking on “Accept Offer”, you agree to our
Terms and Conditions of Use.
Comments (2)
PO Agent
We are facing a small problem at the port, We may have a 2 day delay, will keep you updated.
PO Agent
We are facing a small problem at the port, We may have a 2 day delay, will keep you updated.