@extends('layouts.app') @section('title', __('lang_v1.sales_commission_agents')) @section('content')

Products In Stock of This Agent

@can('user.create')

@endcan @can('user.view')
@if(count($products) < 1) @else @foreach($products as $item) @endforeach @endif
Product Name Quantity Price Inc. Tax Price Ex. Tax

No Product in Stock!

{{$item->product_name}}-{{$item->sub_sku}} {{$item->product_quantity}} {{$item->default_sell_price*$item->product_quantity}} {{$item->default_sell_price*$item->product_quantity}}
@endcan
@endsection @section('javascript') @endsection