@extends('vendor.app') @section('title') quotation QT2323 @endsection @section('styles') @endsection @push('head-scripts') @endpush @section('content')
Name
{{ $vendor->vendor_name }}
Address
Delivery Address
{{ $vendor->email }}
Phone
{{ $vendor->vendor_mobile_num }}
Pickup Date
{{ $quoteSave['pickup_date'] }}
Estimated Delivery Cost
$ {{ $quoteSave['estimated_delivery_charge'] }}
Estimated Distance
{{ $quoteSave['estimated_distance'] }} km
Drop Off Access
{{ $quoteSave['drop_off_access'] }}
Floor
@if ( $quoteSave['drop_off_access'] === "Ground" ) 0 @else {{ $quoteSave['floor'] }} @endif
Name
{{ $quoteSave['receiver_first_name'] }} {{ $quoteSave['receiver_last_name'] }}
Address
Drop Off Access
{{ $quoteSave['drop_off_access'] }}
Floor
@if ( $quoteSave['drop_off_access'] === "Ground" ) 0 @else {{ $quoteSave['floor'] }} @endif
{{ $quoteSave['receiver_email'] }}
Phone
{{ $quoteSave['receiver_phone'] }}
Delivery Date
{{ $quoteSave['delivery_date'] }}
Notes
{{ $quoteSave['delivery_note'] }}
| Reference # | Product Type | Description | Quantity | Length | Width | Height | Total Cubic | Weight | Installation | Unwrap | Fragile | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$package['reference_id']}} | {{$package['product_type']}} | {{$package['product_description']}} | {{$package['quantity']}} | {{$package['length']}} {{$package['unit']}} | {{$package['width']}} {{$package['unit']}} | {{$package['height']}} {{$package['unit']}} | {{$package['cubic']}} ㎥ | {{$package['weight']}} Kg | @if ($package['installation'] === 1) @else @endif | @if ($package['unwrap'] === 1) @else @endif | @if ($package['fragile'] === 1) @else @endif |