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

My Timeshare Listings


@foreach($timeshares as $timeshare) @if($timeshare->published==1) @else @endif @endforeach
Resort Week Module Unit Beds Season Region Amount Submitted Published? Status Edit
{{ $timeshare->resort }} {{ $timeshare->week }} {{ $timeshare->module }} {{ $timeshare->unit }} {{ $timeshare->bedrooms }} {{ ucfirst(trans($timeshare->season)) }} {{ ucfirst(trans($timeshare->region)) }} R {{ number_format($timeshare->price, 2) }} {{ $timeshare->created_at }} {{ $timeshare->status }}
links(); ?>
@stop