@include('layouts.header') @include('layouts.sidebar')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
{{ $product->product_name}}
product image
  • Product

    {{ ucfirst($product->product_name)}}
  • Category

    {{ ucfirst($product->category_name)}}
  • Sub Category

    {{ ucfirst($product->sub_category_name)}}
  • Brand

    {{ ucfirst($product->brand_name)}}
  • Unit

    {{ ucfirst($product->unit_name)}}
  • SKU

    {{ ucfirst($product->product_code)}}
  • Supplier

    {{ ucfirst($product->supplier_name)}}
  • Basic Cost

    ₹ {{ $pricing->basic_cost}}
  • Purchase Cost

    ₹ {{ $pricing->purchase_cost}}
  • Retail Price

    ₹ {{ $pricing->retail_price}}
  • Status

    {{ $product->status == 1 ? 'Active' : 'Inactive' }}
  • Description

    {!! html_entity_decode($product->description) !!}
  • Technical Description

    {!! html_entity_decode($product->technical_details) !!}
  • HSN Code

    {{ $product->hsn_code }}
  • Quntity Per Roll

    {{ $product->quantityroll }}
Product varients
@foreach($varients as $row) @endforeach
Varient Code Varient Name Image Action
{{ $row->varient_code}} {{ $row->varient_name}} product image
Unbelievable healthy snack success stories. 12 facts about safe food handling tips that will impress your friends. Restaurant weeks by the numbers. Will mexican food ever rule the world? The 10 best thai restaurant youtube videos. How restaurant weeks can make you sick. The complete beginner's guide to cooking healthy food. Unbelievable food stamp success stories. How whole foods markets are making the world a better place. 16 things that won't happen in dish reviews.
{{-- modal --}} {{-- image modal --}} @include('layouts.footer')