Delivery
How many one-way trips the truck makes per job. 4 = out and back to deliver, out and back to collect.
On when two bins on one booking means two deliveries and two collections. Off charges one delivery per trip, however many bins are on it.
Weekend & public holiday surcharges
@foreach ([['saturday', 'Saturday'], ['sunday', 'Sunday'], ['public_holiday', 'Public holiday']] as [$prefix, $dayLabel])
@endforeach