@extends('layouts.app', ['page' => __('Products'), 'pageSlug' => 'products']) @section('content')
Product Code | Product Name | Category | SubCategory | Price | {{--Description | --}} {{--CGST | SGST | IGST | --}}Image | @if (auth::user()->role == 0)Action | @endif
---|---|---|---|---|---|---|---|---|---|---|
{{$product->productcode}} | {{$product->productname}} | {{$product->category}} | {{$product->subcategory}} | {{$product->price}} | {{--{{$product->description}} | --}} {{--{{$product->cgst}} | {{$product->sgst}} | {{$product->igst}} | --}}@if (auth::user()->role == 0) | @endif |