| Date: | {{ $pickup->date }} |
| Customer: | {{ $pickup->customer->full_name }} |
| Earliest Time: | {{ $pickup->earliest_time }} |
| Latest Time: | {{ $pickup->latest_time }} |
| Instructions: | {{ $pickup->instructions }} |
| No. of Packages: | {{ $pickup->no_packages }} |
| Weight: | {{ $pickup->weight }} |
| Length: | {{ $pickup->length }} |
| Width: | {{ $pickup->width }} |
| Height: | {{ $pickup->height }} |