@include('admin.layouts.pagetitle')
{{ $quatation->quatation_no }}
@endif
{{-- View Document Link --}}
View Document
@else
{{-- No Document Available --}}
@endif
@if (Auth::user()->role_id != 4 && (Request::path() != 'admin/quatation/'."$quatation->id".'/vendorview'))
@endif
General Data
Master Data
Transactional Data
Cargo
| Movement Type | Volume |
|---|---|
| {{ $pc->name }} | {{ $pc->pivot->unit }} |
Packing Dimension
| Packing Type | Length | Width | Height | Qty | Measurement Unit |
|---|---|---|---|---|---|
| {{ $pd->package }} | {{ $pd->length }} | {{ $pd->width }} | {{ $pd->height }} | {{ $pd->qty }} | {{ $pd->measurement_unit }} |
Additional Document
@if($quatation->document_type) @php $extension = strtolower(pathinfo($quatation->document_type, PATHINFO_EXTENSION)); $imageExtensions = ['jpg', 'jpeg', 'png', 'gif', 'webp', 'svg']; $documentPath = asset('/storage/'.$quatation->document_type); @endphp @if($extension == 'pdf') {{-- PDF Embed Viewer --}} @elseif(in_array($extension, $imageExtensions)) {{-- Image Preview --}} @else {{-- Other File Types - Info Display --}}{{ basename($quatation->document_type) }}
{{ strtoupper($extension) }} Document
HS Code
| HS CODE |
|---|
| {{ $pd->hs_code }} |
Pickup Address
{{ $quatation->pickup_address1 }}
@if($quatation->pickup_address2){{ $quatation->pickup_address2 }}
@endif{{ $quatation->pickup_city }}@if($quatation->pickup_state), {{ $quatation->pickup_state }}@endif
@if($quatation->pickup_zip){{ $quatation->pickup_zip }}
@endif
Delivery Address
{{ $quatation->delivery_address1 }}
@if($quatation->delivery_address2){{ $quatation->delivery_address2 }}
@endif{{ $quatation->delivery_city }}@if($quatation->delivery_state), {{ $quatation->delivery_state }}@endif
@if($quatation->delivery_zip){{ $quatation->delivery_zip }}
@endif