@extends('layouts.front') @section('title'){{$keyword}} - {{config('app.name')}}@endsection @section('meta-tags') @endsection @section('meta-tags-og') @endsection @section('scripts') @include('includes.products-pagination-script') @include('includes.cart-submit-script') @endsection @section('content')

@lang('Showing Search Results for') "{{$keyword}}"


@include('partials.front.products')
@endsection