@extends('master') @section('title') Timeshare search results @stop @section('styles') @stop @section('content') @include('partials.menu')

Timeshare search Results

@foreach($timeshares as $timeshare) @endforeach
Resort Week Number Module Bedrooms Season Price Status Interested
{{ $timeshare->resort }} {{ $timeshare->week }} {{ $timeshare->module }} {{ $timeshare->bedrooms }} {{ $timeshare->season }} R {{ $timeshare->price }} {{ $timeshare->status }}
links(); ?>
@include('partials.footer') @stop