@extends('layouts.user_type.auth') @section('content')
No Shipments found.
{{ $shipment->id }}
#{{ $shipment->order_id }}
#{{ $shipment->tracking_number }}
{{ $shipment->branch->name ?? 'No Branch Found' }}
{{ $shipment->vendor->name }}
{{ $shipment->customer->name }}
{{ $shipment->vendorAddress->full_address ?? "No address found" }}
{{ $shipment->customerAddress->full_address ?? "No address found" }}
{{ $shipment->payment_type }}
{{ $shipment->quantity }}
{{ $shipment->weight }}
{{ $shipment->delivery_till }}
{{ $shipment->status }}