@extends('master') @include('partials.menu')

Margate Beach Club

@foreach($timeshares as $timeshare) @endforeach
Resort Unit Number Week Number Module Bedrooms Season Price Status Interested
{{ $timeshare->resort }} {{ $timeshare->unit }} {{ $timeshare->week }} {{ $timeshare->module }} {{ $timeshare->bedrooms }} {{ $timeshare->season }} R {{ $timeshare->setPrice }} {{ $timeshare->status }}
links(); ?>


This resort is located in Margate and offers its guests direct beach access with sea views in almost all of its units. Besides many of its entertaining on-site facilities, there are many off-site tourist attractions in the area that may be visited to make this holiday a fun filled experience for the entire family, all year round.

@include('partials.footer')