Hello {{ $booking->user->fullname }}!
Great news! Your shipment has been successfully tendered to the carrier and is now confirmed for transit.
Tender Confirmation Details
| Booking ID: | #{{ $booking->id }} |
| Quote ID: | #{{ $booking->quote_id }} |
| Tender ID: | {{ $tenderResponse['tenderId'] ?? $booking->tender_id }} |
| PO Number: | {{ $tenderResponse['poNumber'] ?? 'N/A' }} |
| Total Amount: | ${{ number_format($booking->total_amount, 2) }} |
| Carrier: | {{ $booking->carrier_data['carrier'] ?? 'N/A' }} |
| Service Level: | {{ $booking->carrier_data['serviceLevelDescription'] ?? 'Standard' }} |
| Status: | {{ $tenderResponse['full_response']['informationalMessage'] ?? 'Confirmed' }} |
| Tendered At: | {{ now()->format('F d, Y \\a\\t h:i A') }} |
Route Information
|
Pickup Location {{ $booking->quote->pickupDetail->city }}, {{ $booking->quote->pickupDetail->state }} {{ $booking->quote->pickupDetail->company_name ?? '' }} |
→ |
Delivery Location {{ $booking->quote->deliveryDetail->city }}, {{ $booking->quote->deliveryDetail->state }} {{ $booking->quote->deliveryDetail->company_name ?? '' }} |
Next Steps:
- Carrier will contact you for pickup scheduling
- Track your shipment using the Tender ID above
- Monitor booking status in your dashboard
If you need immediate assistance, please contact our support team with your Tender ID.