@extends('layouts.master') @section('content')

Product Detail

{{$core->item_name}} {{-- Edit --}}

SKU: {{$core->item_name}} Category: {{$core->main_cat}} Sub Category: {{$core->sub_cat}} Brand Name: {{$core->brand_name}} Description: {{$core->item_main_description}}

Packaging

@foreach ($segments as $seg) @endforeach @foreach ($data as $pref) @foreach ($pref['disc'] as $dis) @endforeach @endforeach
Unit Name QTY. T.P.{{$seg->name}}
{{$pref['core']->unit_name}} {{$pref['core']->qty ? $pref['core']->qty : 0}} Rs. {{$pref['core']->item_trade_price}}Rs. {{$pref['core']->item_trade_price - $dis}}
@endsection