@extends('layouts.master') @section('content')
| SKU: | Product | Trade Price | Distributor Types | @foreach ($types as $k => $s) @if ($k > 0)@endif @endforeach |
|---|---|---|---|---|
| {{ $p->item_sku }} | {{ $p->item_name }} {{ $p->unit_name }} |
Rs. {{ number_format($p->item_trade_price, 2) }} | @foreach ($types as $type)
{{ $type->distributor_type_name }}
Dist Dis.
{{ $type->discount }}% T. Price
{{ $tradePrice }} Special Dis.
Net Rate
Rs. {{ ROUND($tradePrice - $discount, 2) }} |
@endforeach