@extends('template.layouts.template-base') @section('title', 'Product Details') @section('styles') @endsection @section('content')
|
Pack Size
{{ $productPackPrice->pack_size ?? ''}}
|
Selling Price
{{ $productPackPrice->selling_price ?? ''}}
|
MRP
{{ $productPackPrice->mrp ?? ''}}
|
Production Cost
{{ $productPackPrice->production_cost ?? ''}}
|
Stock
{{ $productPackPrice->productPackInventory ? $productPackPrice->productPackInventory->stock_level ?? '':'' }}
|
Stock Alert
{{ $productPackPrice->productPackInventory ? $productPackPrice->productPackInventory->stock_alert ?? '':'' }}
|
@if($productPackPrice->ProductPackImages)
@foreach($productPackPrice->ProductPackImages as $packImages)
|
@endforeach
@endif
{!! $product->description_en ?? '' !!}
{!! $product->description_tamil ?? '' !!}
{!! $product->benefits_en ?? '' !!}
{!! $product->benefits_tamil ?? '' !!}