Macropoint Orders Schedule Alert List

@if(count($scheduleAlert) > 0) @foreach($scheduleAlert as $scheduleAlert_arr) @endforeach @else @endif
Created Date #Order ID Schedule Alert Text Distance To Stop In Miles
{{$scheduleAlert_arr->created_at}} {{$scheduleAlert_arr->order_id}} {{$scheduleAlert_arr->schedule_aler_text}} {{$scheduleAlert_arr->distance_to_stop_in_miles}}
No exact results. Try again.
@if(count($orderStatus) > 0) @foreach($orderStatus as $orderStatus_arr) @endforeach @else @endif
Created Date #Order ID Message
{{$orderStatus_arr->created_at}} {{$orderStatus_arr->order_id}} {{$orderStatus_arr->message}}
No exact results. Try again.