@extends('includes.master') @section('content')

Search Result For: {{$search}}

@forelse($products as $product)

{{$product->title}}

${{$product->previous_price}} ${{$product->price}}
@for($i=1;$i<=5;$i++) @if($i <= \App\Review::where('productid',$product->id)->avg('rating')) @else @endif @endfor

{{csrf_field()}} @if(Session::has('uniqueid')) @else @endif @if($product->stock != 0) @else @endif {{----}}

@empty

No Product Found in This Keyword.

@endforelse
@stop @section('footer') @stop