@php $binNames = $booking->bookingBins->map(fn ($bin) => $bin->binType?->name)->filter()->implode(', '); @endphp Complete your payment Hi {{ $booking->first_name }}, thanks for booking with us over the phone. Pay online to lock in your bin. Booking {{ $booking->reference }} {{ $binNames ?: 'Your bin' }}@if ($booking->address), {{ $booking->address }}@endif @if ($booking->delivery_date) Delivery {{ $booking->delivery_date->format('l jS \o\f F') }}@if ($booking->delivery_window), {{ $booking->delivery_window }}@endif @endif @if ($booking->collection_date) Collection {{ $booking->collection_date->format('l jS \o\f F') }} @endif ${{ number_format($booking->total_inc_gst, 2) }} including GST Pay now: {{ $payUrl }} @if ($booking->paymentHoldDeadline()) This booking is held until {{ $booking->paymentHoldDeadline()->format('l jS \o\f F, g:ia') }}. If it's not paid by then the dates release back to the calendar. @endif Questions? Just reply to this email. @include('emails.text.partials.footer')