{{-- * 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') @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 ??= []; @endphp @section('search') @parent @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.form', 'search.inc.form']) @endsection @section('content')