@extends('user.usermaster')
@section('title', ' Home')
meta_keywordss
@section('stylesheet')
@endsection
@section('breadcrumb')
View Product 1
@endsection
@section('content')
View Product
@if (session('cart_msg'))
Message {{ session('cart_msg') }}
@endif
@foreach ($product->getimages as $image)
@endforeach
@include('user.reviews')
@endsection
@section('specificscripts')
@endsection