@extends('layouts.default') @section('content') @inject('SupplierQuotation', 'App\Http\Controllers\Web\PurchaseDetails\SupplierQuotationController')

Products

@if (Session::get('success'))
{{ Session::get('success') }}
@endif @if (Session::get('error'))
{{ Session::get('error') }}
@endif
@foreach($data['products'] as $item) @endforeach
SKU Code Description Type HSN Code Product Condition Business Category Product Category Brand Family Group GST Action
{{$item['sku_code']}} {{$item['discription']}} {{$item['product_type_name']}} {{$item['hsn_code']}} @if($item['is_sterile']==1) Sterile @else Non-Sterile @endif {{$item['category_name']}} {{$item['new_cat']}} {{$item['brand_name']}} {{$item['family_name']}} {{$item['group1_name']}} {{$item['gst']}}% {{--@if($item['is_active']==1)--}} {{--@endif--}}