Order History
@foreach($orderDetails['histories'] as $history)

{{$history['order_status']}}

{{$history['comments']}} Updated at {{ date('d F Y h:ia',strtotime($history['created_at'])) }}
@endforeach