@extends('master') @section('title', 'Resort Search') @section('description', 'Uni-Vate Properties is a reputable and reliable timeshare reseller, equipped with the best experience and knowledge in providing customers of fast, efficient and personal service.') @section('keywords', 'Timeshare selling, where to sell my timeshare, Uni-Vate Properties, Uni-Vate timeshare, timeshare for sale, tender weeks available, sell my tender week') @section('content') @if(Auth::check())

Availability

Currently no timeshare weeks are available for current search criteria.

Let us source out the week you are interested in by sending us a request along with your contact details and we will get back to you.

@csrf
Resort Name
Region
Minimum Price
Maximum Price
Arrival Dates From
Departure Dates From
BACK TO REGIONS
@else

To Buy

The resorts have been listed in their relevant provinces. Please select the resort for which you would like to view the available weeks and then select the weeks that interest you on the resort page.

Arrival and departure dates are indicated but please note that these dates may vary annually.

As with any property related sale, upon purchasing the holiday of your choice, there will be a transfer fee payable for the change of ownership. This fee will depend on the relevant resort or managing agent.

@if($gauteng!=NULL)

Gauteng

@foreach($gauteng as $resort) - {{ $resort->resort }}
@endforeach

@endif @if($westerncape!=NULL)

@foreach($westerncape as $resort) - {{ $resort->resort }}
@endforeach

@endif @if($limpopo!=NULL)

@foreach($limpopo as $resort) - {{ $resort->resort }}
@endforeach

@endif @if($kwazulunatal!=NULL)

@foreach($kwazulunatal as $resort) - {{ $resort->resort }}
@endforeach

@endif @if($northerncape!=NULL)

@foreach($northerncape as $resort) - {{ $resort->resort }}
@endforeach

@endif @if($mpumalanga!=NULL)

@foreach($mpumalanga as $resort) - {{ $resort->resort }}
@endforeach

@endif @if($northwest!=NULL)

@foreach($northwest as $resort) - {{ $resort->resort }}
@endforeach

@endif @if($easterncape!=NULL)

@foreach($easterncape as $resort) - {{ $resort->resort }}
@endforeach

@endif
@endif @stop