PRICE LIST FOR: {{ $bussiness_type }} @if (count($location_name) > 0) @foreach ($location_name as $location) ({{ $location->name }} - {{ $location->location_id }}) @endforeach @else ( All Location) @endif Date : {{date('d/m/Y H:i:s')}}


{{----}} @foreach ($products as $product) {{-- --}} @endforeach
Category
( Brand )
Item Name Cost Price MRP Disc(%)Profit(%) Profit(V)Last Updated
{{ $product->category_name }}
({{ $product->brand_name }})
{{ $product->product }} ( SKU-{{ $product->sub_sku }} ) {{ number_format($product->selling_price, 2) }} {{ number_format($product->product_mrp, 2) }} {{ number_format($product->discount_amount, 2) }} {{ number_format($product->profit_percent, 2) }} {{ number_format($product->profit_value, 2) }}{{ date('d/m/Y H:i:s', strtotime($product->updated_at)) }}