@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'))
@endif

@csrf
Product Name
{{ $product->name }}
Product Price

{{ $product->final_price }}$ {{ $product->discount }}% Off

Product Category

{{ $product->getCategory->name }}

Gender

{{ $product->gender }}

Available Quantity

{{ $product->quantity }}

Select Color @foreach ($product['getColors'] as $color) {{ $color->color }} @endforeach
Selected Color: Select Size:
@if (!isset($check))
@else
Product Already Added in Your Cart
@endif


Description

@include('user.reviews')


Related Products
@endsection @section('specificscripts') @endsection