@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif
PENDING PURCHASE ORDER
Branch Name : {{$data->branchName}}
{{-- --}} @foreach($data->productItemList as $index => $obj) {{-- --}} @endforeach
SL SKU Name UoM Item Type Unit Price
(BDT)
Order Qty Total Price
(BDT)
Status
{{$index + 1}} {{$obj->product->productSKU}} {{$obj->product->name}} {{$obj->product->productUoM}} {{$obj->itemType}} {{number_format($obj->unitPrice, 2), 2}} {{$obj->quantity}} {{number_format($obj->totalPrice, 2), 2}}--}} {{-- @if(isset($obj->status))--}} {{-- {{$obj->status}}--}} {{-- @endif--}} {{--