{{-- * LaraClassifier - Classified Ads Web Application * Copyright (c) BeDigit. All Rights Reserved * * Website: https://laraclassifier.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('layouts.master') @section('search') @parent @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.form', 'search.inc.form']) @endsection @section('content')
@if (session()->has('flash_notification')) @includeFirst([config('larapen.core.customizedViewPath') . 'common.spacer', 'common.spacer'])
@include('flash::message')
@endif @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.breadcrumbs', 'search.inc.breadcrumbs']) @if (config('settings.list.show_cats_in_top')) @if (isset($cats) && $cats->count() > 0)
@endif @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.categories', 'search.inc.categories']) @endif
{{-- Sidebar --}} @if (config('settings.list.left_sidebar')) @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.sidebar', 'search.inc.sidebar']) @else @endif {{-- Content --}}
{{-- Nav tabs --}}