@if($header->booking_details($header->id)) @foreach($header->booking_details($header->id) as $order_detail) {{$order_detail->order_id}} {{$order_detail->order->order_code}} @if($order_detail->order->order_delivery_detail) {{$order_detail->order->order_delivery_detail->first_name}} {{$order_detail->order->order_delivery_detail->last_name}} @endif @if($order_detail->order->order_delivery_detail) {{ date('h:i:s a', strtotime($order_detail->order->order_delivery_detail->delivery_schedule)) }} @endif @if($order_detail->order->order_delivery_address) {{$order_detail->order->order_delivery_address->full_address}} @endif @endforeach @endif