@extends('layouts.app') @section('meta_title',$product->meta_title) @section('meta_keywords',$product->meta_keyword) @section('meta_description',$product->meta_description) @section('meta_image') @if($product->image) content="{{ Request::root() }}/storage/{{$product->image}}" @else content="{{ Request::root() }}/images/logo-2.png" @endif @endsection @section('content')

{{ $product->name }}


@if($product->image) {{ $product->name }} @else {{ $product->name }} @endif
@if ( Session::has('flash_message') ) @endif

Composition : {{ $product->composition }}

Packing : {{ $product->packing }}

Price : Rs. {{ $product->price }}

Quick Enquiry

See More

@foreach ($products as $item) {{ $item->name }} @endforeach


Please Contact Us

@csrf

@endsection @section('modal') @endsection