@extends('frontend.layout.master') @section('title', $pageTitle) @section('content')

Search Results for "{{ $query }}"

@if($products->isEmpty())

No products found.

@else @endif
@endsection