{{-- @if(count($ordersDeliveries) == 0 ) --}} {{-- {{dd($order)}} --}} @if($order)
| Order Date: | {{ \Carbon\Carbon::parse($order->created_at)->format('M d, Y h:i a') }} |
|---|---|
| Order ID: | {{ $order->order_id }} @if($order->emi == 1)(EMI)@else - @endif |
| Order Status: | {{ $order->order_status }} |
| Payment Method: | {{-- {{dd($o->payment_parent_id, $o->payment_child_id)}} --}} {{ isset($o->payment_parent_id) ? $o->payment_parent_id : '' }} @if( isset($o->payment_child_id) && ($o->payment_child_id == 'bKash' && isset($o->ref_id)) ) {{ isset($o->payment_child_id) ? ' > '. $o->payment_child_id : '' }} @else {{ isset($o->payment_child_id) ? ' > '. $o->payment_child_id : '' }} @endif {{ $o && isset($o->is_completed) ? $o->is_completed : '' }} |
| Shipping Name: | {{ isset($order->shipping_name) ? $order->shipping_name : '' }} |
| Shipping No: | {{ isset($order->contact_no) ? $order->contact_no : '' }} |
| Order Amount: | {{ isset($order->grand_total) ? $order->grand_total : '' }} |
| Shipping Address: | {{ isset($order->holdings) ? $order->holdings : '' }} |