@extends('layouts.app') @section('title', 'Search') @section('content') @if(!empty($item->image)) @endif @if(!empty($item->image1)) @endif @if(!empty($item->image2)) @endif @if(!empty($item->image3)) @endif {{ $brand->name }} {{ $item->name }} Model: {{ $item->model }} | SKU: @if($variants->count() > 0){{ $variants[0]->sku }} @endif @if($variants->count() > 0) @php $save_price = $item->price - $variants[0]->price; @endphp {{ $item->price }} {{ $variants[0]->price }} You Save: {{ $save_price }} @else @php $save_price = $item->price - $item->sale_price; @endphp {{ $item->price }}{{ $item->sale_price }} You Save: {{ $save_price }} @endif Inclusive of all taxes @if($size_variants->count() > 0) Size Select @foreach($size_variants as $size) {{-- {{ $size->type }} --}} type)) @if($size_variants[0]->type == $size->type) selected @endif @endif>{{ $size->type }} @endforeach @endif Quantity @if($color_variants->count() > 0) {{-- Variant @foreach($color_variants as $color) @endforeach --}} @endif @if(auth()->check()) @if(!\Cart::session(auth()->user()->id)->get($item->id)) Add to Cart Added to Cart @else Added to Cart @endif @else Login to add @endif {{ $item->description }} ss Best Seller SIMILAR PRODUCTS @foreach($similar_items as $s) 35% OFF {{-- --}} @if(auth()->check()) @else @endif 5.0 Himalaya {{ $s->name }} Rs {{ $s->sale_price }} RS{{ $s->price }} (32% off) FREE delivery by Sat, 16 Apr @endforeach Customer Reviews 4.6/5 0 ratings & {{ $reviews->count() }} reviews @if(auth()->check()) Write A Review @else Write A Review @endif @if($reviews->count() > 0) @foreach($reviews as $review) {{ $review->user->name }} 1 min ago {{-- Excellent --}} {{ $review->description }}. @if(!empty($review->image)) @endif @if(!empty($review->image1)) @endif @if(!empty($review->image2)) @endif @if(!empty($review->image3)) @endif @endforeach @else No Reviews Found @endif @csrf Write a Review Cancel Submit @endsection @section('extras') <<<<<<< HEAD ======= >>>>>>> 0122ad40bd2fbfe03f367e2f44b92ac098966a0d @endsection
Inclusive of all taxes
Size
Quantity
Variant
{{ $item->description }}
5.0
{{ $s->name }}
FREE delivery by Sat, 16 Apr
1 min ago
Excellent
{{ $review->description }}.