@extends('master')
@include('partials.menu')
{{ $details['prName'] }}
Resort
Unit Number
Week Number
Module
Bedrooms
Season
Price
Status
Interested
@foreach($timeshares as $timeshare)
{{ $timeshare->resort }}
{{ $timeshare->unit }}
{{ $timeshare->week }}
{{ $timeshare->module }}
{{ $timeshare->bedrooms }}
{{ $timeshare->season }}
R {{ $timeshare->setPrice }}
{{ $timeshare->status }}
@endforeach
links(); ?>
Back to Regions
{{ $resort->information }}
Resort LayOut
Directions
@if($resort->advisor!=NULL)
@endif @foreach($awards as $award) @if($award=='Gold Crown')
@endif @if($award=='RCI Hospitality') @if($resort->advisor!=NULL)
@else
@endif @endif @if($award=='Silver Crown')
@endif @endforeach
@include('partials.footer')