AGENT NAME :{{$agents->name}}
PRODUCT DETAILS
@if($agent_assinged->status=='P')ORDER NO : {{$agent_assinged->agent_order_id}}
Products
-
@foreach($agent_product_list as $product)
@if($product->agent_id == $agentId)
- {{$product->item}} @endif @endforeach
Delivery Address : {{$orders->delivery_address}}
Customer Contact : {{$orders->billing_mobile}}
@php $price=0; @endphp