@extends('frontend.layout.master') @section('title', $pageTitle) @section('content')
@foreach($galleryimg as $index => $image) @endforeach
@foreach($galleryimg as $index => $image) @endforeach

{{$product->product_name}}

Product code : {{$product->product_code}}

Availability : {{$product->product_quantity}}


Price

₹ {{$product->product_saleprice}}

₹ {{$product->product_orgprice}}


@csrf
- +


Description

{!! $product->product_dec !!}

@endsection