@foreach ($bookingData as $key => $data) @endforeach
# Locker Box No Parcel No Customer Mobile Booked Time SMS Send
{{ $key + 1 }} {{ $data->locker->locker_code }} {{ $data->boxes->box_no ?? '' }} {{ $data->tracking_number ?? '' }} {{ $data->customer_mobile }} {{ $data->collection_booked_at }} @if (isset($data->sms_key)) {{ 'Sent' }} @endif