Pick up - Drop off
@partial('mobile-menu-wrapper');
@if ($searchType == 'places')

Vehicles in {ucfirst($searchValue)}

@else

Explore Vehicles

@endif
    {$tab = get()->has('tab') ? get()->tab : 'all';}
  • All
  • Top Rated
  • Recommended
@foreach ($searchResult as $row)
item image

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

{$row->location}

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

@endforeach @if (count($searchResult) == 0) @if ($searchValue != '')
@if ($searchType == 'places') No vehicle found in "{ucfirst($searchValue)}" @else No vehicle matached "{ucfirst($searchValue)}" @endif
@endif {$vehicles = $provider->loadAllVehicles();} @if (count($vehicles) > 0) @if ($searchValue != '')

Suggested rentals

Change location
@endif @foreach ($vehicles as $row)
item image

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

{$row->location}

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

@endforeach @else @if (get()->has('type') && $searchValue == '')
No vehicle found in {str_replace(',', ' or ', get()->type)}
@endif @if (get()->has('amenities') && $searchValue == '')
No vehicle with {str_replace(',', ' or ', get()->amenities)}
@endif @if (get()->has('tab') && $searchValue == '')
No vehicle 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

Explore Nigeria

Scroll to the left to see more locations or click on the link below.

Show all places
@partial('content-loader');

Vehicle Types

{$types = $provider->loadVehicleTypes();} @foreach ($types as $type)
{$type['vehicle_count']}
@endforeach

Vehicle Features

{$features = $provider->loadAllVehicleFeatures();} @foreach ($features as $row)
{$row['vehicle_count']}
@endforeach