@extends('layouts.front') @section('title') {{$keyword}} - {{config('app.name')}} @endsection @section('meta-tags') @endsection @section('meta-tags-og') @endsection @section('sidebar') @endsection @section('above_content') @endsection @section('content')

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


{{-- Products View --}} @include('includes.products_pagination')
@endsection @section('scripts') @include('includes.products-pagination-script') @include('includes.cart-submit-script') @endsection