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