@extends('layouts.app') @section('content')
Search query: "{{ $search }}"
@if($product->inventory && $product->inventory->quantity > 0)
In Stock ({{ $product->inventory->quantity }})
@else
Out of Stock
@endif
{{ Str::limit($product->description, 80) }}
@if($product->rating && $product->rating > 0)