@extends('frontend.layouts.app') @section('title') Product - {{ config('app.name') }} @endsection @section('content')
@if(Request::get('keyword')) @php $keyword = Request::get('keyword'); @endphp @else @php $keyword = $keyword; @endphp @endif

Keyword

Categories

    • @if(Request::get('category')) @php $category=Request::get('category'); @endphp @endif @foreach ($categories as $cat)
    • {{$cat->name}}
    • @endforeach
@if(count($toprated)>0)

Top Rated Product

@foreach ($toprated as $tr) @endforeach
@endif
@if(Request::get('keyword')) @php $keyword = Request::get('keyword'); @endphp @else @php $keyword = $keyword; @endphp @endif

Keyword

Categories

    • @if(Request::get('category')) @php $category=Request::get('category'); @endphp @endif @foreach ($categories as $cat)
    • {{$cat->name}}
    • @endforeach
@if(count($toprated)>0)

Top Rated Product

@foreach ($toprated as $tr)
product-img

{{$tr->product_name}}

{{--
$239.52
--}}
@endforeach
@endif
{{--

Showing 1–9 of 21 results

--}}
@include('frontend.presult')
@endsection @push ('after-scripts') @endpush