@extends('layouts.master') @section('style') @endsection @section('content')
| ID | SKU | Product Name | Brand | Divsion | Trade Price | Set Target | Target in GR. Value | Last 3 Months | Last Year This Month | 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 | {{number_format($value->pre3MonthsSale/3,2)}} | {{number_format($value->lastYearThisMonthSale,2)}} | @if($value->target==0) @else @endif {{--@if($value->target==0) @else @endif--}} |