|
{{ $greeting ?? 'Hello ' . ($studentName ?? '') }}
This is your {{ $ordinal ?? 'Reminder' }}
that parcel {{ $parcelCode }} is ready for collection.
@if (!empty($scheduled))
Scheduled collection: {{ $scheduled }}
@if (!empty($timeSlot))
({{ $timeSlot }})
@endif
@endif
@if (!empty($collectionCode))
Collection Code: {{ $collectionCode }}
@endif
Please collect it as soon as possible to avoid delays.
If you have already collected the
parcel, you can ignore this email.
|