@extends('web.layout.master') @section('content')
@if(!empty($pin))
@if(!empty($pin->Manufacturer)) ... ... @endif
...
@if($pin->Availability)
Availability : {{$pin->Availability }}
@if(!empty($ParentClientMap) && !empty($ParentClientMap->ProductCode))
Replaces : {{$ParentClientMap->ProductCode }}
@endif {{-- @if($pin->ShippingSurcharge > 0)
Shipping Surcharge : ${{$pin->ShippingSurcharge }}
@endif --}}
@endif ${{ $pin->ProductPrice }}

${{ $pin->SalePrice }}

You save ${{ number_format(($pin->ProductPrice-$pin->SalePrice), 2) }}!

Product Code: {{ !empty($ClientMap) ? $ClientMap->ProductCode: "" }}

@csrf
{{-- --}}
@if ($pin->Availability != "No Longer Available") @if ($pin->DaysToShip != 99) {{-- --}} Add To Cart @else {{-- --}} @endif @endif @if($whishlist_status == 1) {{-- check()) onclick="wishlistSave(this)" @else onclick="loginModel()" @endif>... --}} check()) onclick="wishlistSave(this)" @else onclick="loginModel()" @endif>
Save
@else Remove from My Gear @endif {{-- Already In Cart --}}
{!! $pin->Description !!}
Loading....
@if(!$reviews->isEmpty())
Average Customer Rating: @for($i=1;$i <= $reviewavg;$i++) @endfor {{ intval($reviewavg) }} of 5
Total Reviews: {{ intval(count($reviews)) }}
@foreach ($reviews as $review)
@for($i=1;$i <= $review->rate;$i++) @endfor {{ $review->reviewtitle }}

Reviewer: {{ $review->name }} for {{ $review->location }}

{{ $review->reviewdescription }}

{{--
Was this review helpful to you?   Yes   No
--}}

{{ date('M d,Y',strtotime($review->lastmodified)) }}

@endforeach @else
No product reviews yet
{{--
10/6/22

I received my part & it works great! Thank you.

Jennifer (Baraboo, WI)

10/5/22

I got everything I needed and you did great!!!

Lynn (Phoenixville, PA)

10/4/22

6 stars fast, right part, fair price.

Keith (Sumner, ME)

10/4/22

You guys did good and impressed me on the service!

Bart (Salineville, OH)

10/4/22

You guys did good and impressed me on the service!

Bart (Salineville, OH)

10/3/22

Thank You! Everything good, time and good Condition.

Yolanda (Midland, TX)

10/3/22

I was very pleased with the order. Thank you.

Deborah (East Falmouth, MA)

10/3/22

You guys are amazing!!! I’m super thankful you had my parts to replace on my Oreck hand vacuum!!!

Deborah (Windsor, CO)

10/3/22

Exactly the part I needed.

Danny (Humeston, IA)

--}} @endif
@else @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }}

@endif @endforeach

Please contact us so that we can verify part price and availability.

{{--

Please contact us tso that we can verify part price and availablility.

--}}

Call Us

Send us a text

Email us

{{-- ... --}} Keep Shopping
@csrf
...

Text your data tag and email address to 972-381-4644 and we'll send you a link to the right parts for your model!

Model numbers are usually found on data label attached to the machine. On vacuums, power tools, and pool equipment, they are usually located on the back or bottom of the unit. On appliances, they are usually located on the back or inside the unit.

@endif
@endsection