@extends('vendor.app') @section('title') Order TM{{ $order->order_id }} @endsection @section('styles') @endsection @push('head-scripts') @endpush @section('content')
Name
{{ $vendor->vendor_name }}
Address
{{ $vendor->email }}
Phone
{{ $vendor->vendor_mobile_num }}
Pickup Date
{{ $order->pickup_date }}
Estimated Delivery Cost
$ {{ $order->estimated_delivery_charge }}
Estimated Distance
{{ $order->estimated_distance }} km
Name
{{ $order->receiver_first_name }} {{ $order->receiver_last_name }}
Address
Drop Off Access
{{ $order->drop_off_access }}
Floor
@if ( $order->drop_off_access === "Ground" ) 0 @else {{ $order->floor }} @endif
{{ $order->receiver_email }}
Phone
{{ $order->receiver_phone }}
Delivery Date
{{ $order->delivery_date }}
Notes
{{ $order->delivery_note }}
| Reference # | Product Type | Description | Quantity | Length | Width | Height | Total Cubic | Weight | Installation | Unwrap | Fragile | Print All (Thermal/A4) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$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 |
| DATE | FILE NAME | REMARKS |
|---|---|---|
| {{ $image->created_at }} | {{ $image->original_file_name }} | {{ $image->remarks }} |