@extends('master') @include('partials.menu')

{{ $details['prName'] }}

@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->information }}

@include('partials.footer')