Hi
We thank you for the order. Please find the details below

 
 
 
 

Order ID :{{$order_id}}

Order Status :{{ ($order_status) ? $order_status : 'Failed' }}

Customer Name :{{$name}}

Faculty Name :{{ $faculty_name}}

@php if( $details) { @endphp

Product Details :{{ $details }}

@php } @endphp

Product Qty :{{ $quantity}}

Product Price :Rs.{{ $price}}Rs.{{ $discounted_price}}

 
 
 
 
Billing Details
 
@php $billing_address = json_decode($billing_address); foreach ($billing_address as $key3 => $value3) { $key3 = str_replace("billing", "", $key3); echo ucwords(str_replace("_"," ",$key3)).' : '.$value3.'
'; @endphp

{{ ucwords(str_replace("_"," ",$key3)) }} :{{ $value3 }}

@php } @endphp
 
 
Shipping Details
 
@php $shipping_address = json_decode($shipping_address); foreach ($shipping_address as $key2 => $value2) { $key2 = str_replace("shipping", "", $key2); $key2 = str_replace("delivery", "", $key2); @endphp

{{ ucwords(str_replace("_"," ",$key2)) }} :{{ $value2 }}

@php } @endphp