@extends('layouts.master') @section('style') @endsection @section('content')
| ID | SKU | Product Name | Brand | Divsion | Trade Price | System Target | 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}} | {{number_format($value->target,2)}} | @if($value->target!=0) {{number_format($value->target_value,2)}} @endif | {{-- @if($value->target==0) @else --}}{{-- --}}{{-- @endif --}} {{--@if($value->target==0) @else @endif--}} |