@extends('master') @section('title', 'Office Parks') @section('description', '') @section('keywords', '') @section('content')

Office Parks

The resorts have been listed in their relevant regions. 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

@if($lombardy->isEmpty()) @else

Lombardy

@foreach($lombardy as $unit) - {{ $unit->name }}
@endforeach

@endif @if($mooikloof->isEmpty()) @else

@foreach($mooikloof as $unit) - {{ $unit->name }}
@endforeach

@endif
@stop