Official Parcel Collection Receipt

UNIVERSITI MALAYSIA PAHANG AL-SULTAN ABDULLAH

This receipt is computer generated and no signature is required.

Parcel Code: {{ $parcel->parcel_code ?? '-' }}
Tracking No: {{ $parcel->tracking_no ?? '-' }}
Status: {{ $parcel->parcel_status ?? '-' }}
Collection Date: {{ $parcel->updated_at ? $parcel->updated_at->format('d/m/Y h:i A') : '-' }}
Student Information
Name {{ strtoupper($student->name ?? '-') }}
Matric ID {{ $student->matric ?? '-' }}
Email Address {{ $student->email ?? '-' }}
Parcel Details
Sender {{ $parcel->sender ?? '-' }}
Size / Dimensions {{ $parcel->size ?? '-' }}
Location {{ $parcel->location ?? '-' }}
Collection Code {{ $parcel->collection_code ?? '-' }}
Payment Information
@if ($payment && $payment->payment_date) @endif
Service Fee RM 1.00
Payment Status {{ $payment && $payment->verified_by ? 'Verified' : 'Paid' }}
Payment Date {{ \Carbon\Carbon::parse($payment->payment_date)->format('d/m/Y') }}