@partial('basic-header', ['default' => '']);

{ucwords($page->page_title)}

{ucfirst($page->description)}

{$other = $searchParamter['other'];}
@if ($tab == 'properties')
@foreach ($searchResult as $row) {$id = $row->id . $other;}
item image

{$row->category}
{$row->name}

{$row->location}

{substr($row->description, 0, 150)}..

{$ratingName = app('query')->getReviewStarName($row->reviewScore);} @if ($row->discount > 0)
{$row->discount}% off
@endif
@endforeach @if (count($searchResult) == 0) @if ($searchValue != '')
@if ($searchType == 'places') No property found in "{ucfirst($searchValue)}" @else No property matached "{ucfirst($searchValue)}" @endif
@endif {$properties = $provider->loadAllProperties();} @if (count($properties) > 0) @if ($searchValue != '')

Suggested stays

Change location
@endif @foreach ($properties as $row) {$id = $row->id . $other;}
item image

{$row->category}
{$row->name}

{$row->location}

{substr($row->description, 0, 150)}..

{$ratingName = app('query')->getReviewStarName($row->reviewScore);} @if ($row->discount > 0)
{$row->discount}% off
@endif
@endforeach @else @if (get()->has('type') && $searchValue == '')
No property found in {str_replace(',', ' or ', get()->type)}
@endif @if (get()->has('amenities') && $searchValue == '')
No property with {str_replace(',', ' or ', get()->amenities)}
@endif @if (get()->has('tab') && $searchValue == '')
No property listed in {str_replace('-', ' ', get()->tab)}
@endif @endif @endif {$pages = app('query')->pages;} @if ($pages > 0) {$currentPage = get()->has('page') ? intval(get()->page) : 1;}
@if ($currentPage == $pages or $currentPage > $pages) {$lastPage = $pages-1;} Prev @endif {$start = ($currentPage > 2) ? ($currentPage-1) : ($currentPage == 1 ? 1 : 1);} {$drawTotal = ($start == 1) ? ($start + 3) : ($start + 3);} @if ($currentPage < $pages) @for ($x = $start and $x <= $drawTotal then $x++) @if ($x <= $pages) {$x} @endif @endfor @endif @if ($currentPage < $pages) {$nextPage = $currentPage+1;} Next @endif
@endif
@else
Not supported at the moment. Vehicles listed by "{$page->page_title}" would appear here in the future.
@endif
@partial('page-loader');