@extends('master') @section('title', 'Resort' ) @section('description'){{ $resort->meta_Description }}@stop @section('keywords'){{ $resort->meta_Keywords }}@stop @section('content')

{{ $resort->resort }}

@if($timeshares) @foreach($timeshares as $timeshare) @if($timeshare->fromDate==NULL) @else @endif @if($timeshare->toDate==NULL) @else @endif @endforeach
Unit Week Module Bedrooms Season Arrival Departure Price inc VAT Status Interested?
{{ $timeshare->unit }} {{ $timeshare->week }} {{ $timeshare->module }} {{ $timeshare->bedrooms }} {{ $timeshare->season }} - {{ \Carbon\Carbon::parse($timeshare->fromDate)->format('jS F Y') }} - {{ \Carbon\Carbon::parse($timeshare->toDate)->format('jS F Y') }}R{{ number_format($timeshare->setPrice, 2) }} {{ $timeshare->status }} Yes
@endif
@if($resort->image1)
Resort Image
@endif @if($resort->image2)
Resort Image
@endif @if($resort->image3)
Resort Image
@endif

{!! $resort->information !!}

@if($resort->url!=NULL)

{{ $resort->url }}

@endif
@if($resort->advisor!=NULL) @endif @foreach($awards as $award)
@if($award=='Gold Crown') Awards @endif @if($award=='RCI Hospitality') @if($resort->advisor!=NULL) Awards @else Awards @endif @endif @if($award=='Silver Crown') Awards @endif
@endforeach
@include('partials.interested') @stop