@extends('layouts.admin') @section('title', 'Pickup Orders') @section('content')
These are the parcels that are pending pickup from sellers.
| Tracking ID | Seller | Recipient | Status | Actions |
|---|---|---|---|---|
| {{ $parcel->tracking_id }} | {{ $parcel->seller->name }} | {{ $parcel->recipient_name }} | {{ $parcel->status }} | |
| No pending pickup orders found. | ||||