@extends('master') @section('title', 'My timeshares') @section('description', '') @section('keywords', '') @section('content')

Listed Resorts

@foreach($resorts as $resort) @endforeach
Resort Name
{{ $resort->resort }}
links(); ?>
@stop