@extends('master') @section('title', 'Little Eden') @section('description', '') @section('keywords', '') @section('content')

Little Eden

@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(); ?>
Resort Image
Resort Image
Resort Image

{{ $resort->information }}

www.example.com

@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
@stop @include('partials.interested')