@extends('layouts.master') @section('style') @endsection @section('content')
| ID | SKU | Product Name | Brand | Divsion | Trade Price | Set Target | Target in GR. Value | Actions |
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$value->item_sku}} | {{$value->item_name}} | {{$value->brand_name}} | {{$value->division_nane}} | {{$value->item_trade_price}} | target>=0) value="{{$value->target}}" @endif> | @if($value->target>=0) {{number_format($value->target_value,2)}} @endif | @if($value->target==-1) @else @endif |