@extends('user.usermaster2') @section('title') {{ Str::upper($product['name']) }} @endsection @section('meta_title') {{ Str::upper($product['name']) }} @endsection @section('meta_desc') {{ $product['short_description'] }} @endsection @section('style') @endsection @section('body')
@if (session('cart_msg'))
@endif
{{--

--}}
@csrf

{{ Str::upper($product['name']) }}

{{$product['meta_title']}}
@php $rating =$stars; if($rating==0) { $rating=5; } else{ $rating =$stars; } @endphp

{{ $product['short_description'] }}

{{--

    {{ $product->quantity }}

--}} {{--
    @foreach ($product['getColors'] as $color)
  • @endforeach
@if (sizeof($product->getSizes) >= 1) @endif @if (sizeof($product->getSizes) >= 1) @else @endif @foreach ($product->getSizes as $size) @endforeach @error('size') {{ $message }} @enderror
@error('unit') {{ $message }} @enderror
--}}
${{ isset($product['final_price']) ? $product['final_price'] : 'N/A' }} @if (isset($product['discount']) ? $product['discount'] : 'N/A' != 0) ${{ isset($product['price']) ? $product['price'] : 'N/A' }} @endif



{{-- --}}

{{--

Specifications

Color Blue, Purple
Size 150x100x100
Weight 0.6kg
Manifacturer Manifacturer
--}}
@include('user.reviews')
@foreach ($product->getReviews as $review)
{{ \Carbon\Carbon::parse($review->created_at)->diffForHumans() }}

"{{ $review->review }}"

{{ $review->stars }} Stars


{{ $review->name }}

@endforeach

Related

Products
  • Free And Fast Delivery

  • Secure Payment

    100% secure payment

  • 24/7 Support

    Online top support

@endsection @section('scripts') @endsection