Product
- Home
- Product
@if(Request::get('keyword'))
@php
$keyword = Request::get('keyword');
@endphp
@else
@php
$keyword = $keyword;
@endphp
@endif
@if(count($toprated)>0)
@endif
Keyword
Categories
-
-
@if(Request::get('category'))
@php
$category=Request::get('category');
@endphp
@endif
@foreach ($categories as $cat)
- {{$cat->name}} @endforeach
Top Rated Product
@foreach ($toprated as $tr)
@endforeach
{{--
Showing 1–9 of 21 results
--}}
@include('frontend.presult')