Orders from: {{$date['start']->format('l jS F Y')}} to
{{$date['end']->format('l jS F Y')}}
|
@if($order->SelfIsolating)
CUSTOMER IS SELF ISOLATING
|
@endif
#{{$order->id}}
@if($order->IsMinOnline == '1')

@else

@endif
|
{{$order->DeliveryFirstName}}
{{$order->DeliveryLastName}}
{{$order->DeliveryMobileNumber}}
@if($order->DeliveryNotes)
Notes: {{$order->DeliveryNotes}}
@endif
|
|
|
@php
$count = $count + 1;
@endphp
@if($pageCount >= 5)