@extends('layouts.app') @section('title', 'All Parcels') @section('content')
Manage and track all your parcels
| Tracking ID | Recipient | City | COD Amount | Status | Booking Date | Actions |
|---|---|---|---|---|---|---|
| {{ $parcel->tracking_id }} | {{ $parcel->recipient_name }} | {{ $parcel->city }} | PKR {{ number_format($parcel->cod_amount, 2) }} | {{ $parcel->status }} | {{ $parcel->booking_date->format('M d, Y') }} | View |
| No parcels found | ||||||