@extends('layouts.app') @php // $heading = __('storefront.search.results_for') . ' "' . $query . '"'; $heading = '"' . $query . '"'; @endphp @section('title', $query . ' — ' . config('app.name')) @push('seo') @endpush @section('content')

{{ $heading }}

@include('search.partials.results')
@endsection