{{ $data['item_name'] ? : '' }}
Commissions available. Will not be exactly the same. All original work..
@php if($data['item_quantity']){ $total = $total + ($data["item_quantity"] * $data["item_price"]); }else{ $total = $total + ($data['item_price']); } @endphp {{-- @if($data['item_quantity']) $ {{ number_format($data['item_quantity'] * $data['item_price'], 0) }} @else $ {{number_format($data['item_price']),0}} @endif --}}