@php $binNames = $booking->bookingBins->map(fn ($bin) => $bin->binType?->name)->filter()->implode(', '); @endphp Your bin arrives tomorrow Hi {{ $booking->first_name }}, a quick reminder — your bin is delivered tomorrow. Booking {{ $booking->reference }} {{ $binNames ?: 'Your bin' }} {{ $booking->address }} Delivery {{ $booking->delivery_date->format('l jS \o\f F') }}@if ($booking->delivery_window), {{ $booking->delivery_window }}@endif Someone needs to be on site, or access to the drop-off spot needs to be clear — the driver can't deliver if the way in is blocked or nobody can let them through. Need to change anything? Just reply to this email. @include('emails.text.partials.footer')