Order ID: #{{strtotime($order->created_at)}}-{{$order->id}}

Order Created: {{date('dS F, Y h:i A', strtotime($order->created_at))}}

Confirmation Date: @if(!empty($order->order_confirmation)) {{date('dS F, Y h:i A', strtotime($order->order_confirmation))}} @endif

Email ID: {{$order->email_id}}

Shipping Address: {!!nl2br($order->shipping_address)!!}

Billing Address: {!!nl2br($order->billing_address)!!}

Payment Method: {{$order->payment_method_title}}

Payment Status: {{$order->payment_status_title}}

Order Status: {{$order->order_status_title}}

Promo Code: {{$order->promo_code}}

Cart Value: Rs. {{$order->cart_sub_total}}

Discount Amount: Rs. {{$order->discount_amount}}

Grand Total: Rs. {{$order->grand_total}}

@if($order->post_card_id)

Post Card Message: {{$order->post_card_message}}

Post Card Image:

@endif