@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 }}
@endif
Composition : {{ $product->composition }}
Packing : {{ $product->packing }}
Price : Rs. {{ $product->price }}
Quick Enquiry