For what reason would it be advisable for me to think about business content? That might be little bit risky to have crew member like them.

STATUS SYMBOL DEZIGN


Thank You For Your Order!

@foreach($order_detail as $item) @php $product_name = DB::table('products')->where('id',$item["product_id"])->first(); $color = DB::table('order_options')->where('order_id',$order["id"])->first(); @endphp @endforeach
Product Attributes Qty Price
{{$product_name->product_name}} @if($color->color != null)

Color: {{ $color->color }}

@endif @if($color->size != null)

Size:  {{ $color->size }}

@endif
{{$item["product_qty"]}} {{$item["product_per_price"]}}
{{-- --}}
Order Confirmation # {{$order['order_no']}}
Purchased Item ({{$orderItems}}) ${{$order['sub_total']}}
Shipping ${{$order['shipping_cost']}}
Discount ${{$order['discount']}}
TOTAL ${{$order['total_amount']+$order['shipping_cost']}}

Delivery Address

{{$order['shipping_address']}}

Shop Again

{{$setting['address']}}