@extends('dashboard.admin.layouts.master')
@section('content')
Tracking Code: {{ @$shipment->tracking_code }}
{{ @$shipment->sender_name }}
{{ @$shipment->sender_address }}
{{ @$shipment->sender_phone }}
{{ @$shipment->sender_email }}
{{ @$shipment->client_name }}
{{ @$shipment->client_address }}
{{ @$shipment->client_phone }}
{{ @$shipment->client_email }}
{{ @$shipment->payment_mode }}
{{ date('d F Y', strtotime(@$shipment->date_of_shipment)) }}
Type Of Shipment
Shipped From
Pickup Location
Expected Delivery Date
Departure Time
Pickup Time
{{ @$shipment->type_of_shipment }}
{{ @$shipment->shipped_from }}
{{ @$shipment->pickup_location }}
{{ date('d F Y', strtotime(@$shipment->expected_delivery_date)) }}
{{ date('H:i A', strtotime(@$shipment->departure_time)) }}
{{ date('H:i A', strtotime(@$shipment->pickup_time)) }}
Quantity
Length
Width
Height
Comment
Description
{{ @$shipment->quantity }}
{{ @$shipment->length }}
{{ @$shipment->width }}
{{ @$shipment->height }}
{{ @$shipment->comment }}
{{ @$shipment->description }}
Product
Mode
Carrier Reference Number
Carrier
Status
Current Location
{{ @$shipment->product }}
{{ @$shipment->mode }}
{{ @$shipment->carrier_reference_no }}
{{ @$shipment->carrier }}
{{ @$shipment->status }}
{{ @$shipment->current_location }}
Shipment Location