@foreach($products as $product_row) @endforeach
Product Name Variant Price Quantity Status
{{$product_row->product_name}} {!!nl2br($product_row->attribute_value_data)!!} Rs. {{$product_row->product_variant_price}} {{$product_row->selected_quantity}} @if(!empty($product_row->order_status_id)) {{$product_row->order_status_title}} @else Created @endif