{{-- * LaraClassifier - Classified Ads Web Application * Copyright (c) BeDigit. All Rights Reserved * * Website: https://laraclassifier.com * Author: Mayeul Akpovi (BeDigit - https://bedigit.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 - https://codecanyon.net/licenses/standard --}} @extends('layouts.master') @php $apiResult ??= []; $apiExtra ??= []; $count = (array)data_get($apiExtra, 'count'); $posts = (array)data_get($apiResult, 'data'); $totalPosts = (int)data_get($apiResult, 'meta.total', 0); $tags = (array)data_get($apiExtra, 'tags'); $postTypes ??= []; $orderByOptions ??= []; $displayModes ??= []; $selectedDisplayMode = config('settings.listings_list.display_mode', 'make-grid'); @endphp @section('search') @parent @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.form', 'search.inc.form']) @endsection @section('content')