AGENT NAME :{{$agents->name}}
PRODUCT DETAILS
@if($agent_assinged->status=='P')
PENDING
@elseif($agent_assinged->status=='PC')
PROGRESS
@elseif($agent_assinged->status=='CL')
CANCEL
@elseif($agent_assinged->status=='H')
HOLD
@elseif($agent_assinged->status=='D')
DELIVERED
@elseif($agent_assinged->status=='S')
Shipped
@endif
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