{{-- * LaraClassified - Geo Classified Ads CMS * Copyright (c) Mayeul Akpovi. All Rights Reserved * * Email: mayeul.a@larapen.com * Website: http://larapen.com * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from Codecanyon, * Please read the full License from here - http://codecanyon.net/licenses/standard --}} @extends('classified.layouts.master') @section('css') @endsection @section('search') @parent @include('classified/search/inc/form') @include('classified/search/inc/breadcrumbs', [ 'city' => (isset($city) and !is_null($city)) ? $city : null, 'cat' => (isset($cat) and !is_null($cat)) ? $cat : null, 'sub_cat' => (isset($sub_cat) and !is_null($sub_cat)) ? $sub_cat : null ]) @include('classified/search/inc/categories', [ 'lang' => (isset($lang) and !is_null($lang)) ? $lang : null, 'country' => (isset($country) and !is_null($country)) ? $country : null, 'cat' => (isset($cat) and !is_null($cat)) ? $cat : null, 'cats' => (isset($cats) and !is_null($cats)) ? $cats : null, 'sub_cats' => (isset($sub_cats) and !is_null($sub_cats)) ? $sub_cats : null, 'count_cat_ads' => (isset($count_cat_ads) and !is_null($count_cat_ads)) ? $count_cat_ads : null, 'count_sub_cat_ads' => (isset($count_sub_cat_ads) and !is_null($count_sub_cat_ads)) ? $count_sub_cat_ads : null, ]) @include('classified/layouts/inc/advertising/top') @endsection @section('content')
@if (config('settings.activation_serp_left_sidebar')) @include('classified/search/inc/sidebar-left') @else @endif

Fatal error: Uncaught Error: Class 'Request' not found in /home/evrosdgz/public_html/main/resources/views/classified/search/serp.blade.php:63 Stack trace: #0 {main} thrown in /home/evrosdgz/public_html/main/resources/views/classified/search/serp.blade.php on line 63