@extends('master') @section('title', 'Resort' ) @section('description')@stop @section('keywords')@stop @section('content')
Resort | Unit | Week | Module | Bedrooms | Season | Arrival | Departure | Price inc VAT | Status | Interested? | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $timeshare->resort }} | {{ $timeshare->unit }} | {{ $timeshare->week }} | {{ $timeshare->module }} | {{ $timeshare->bedrooms }} | {{ $timeshare->season }} | @if($timeshare->fromDate==NULL)- | @else{{ \Carbon\Carbon::parse($timeshare->fromDate)->format('jS F Y') }} | @endif @if($timeshare->toDate==NULL)- | @else{{ \Carbon\Carbon::parse($timeshare->toDate)->format('jS F Y') }} | @endifR{{ number_format($timeshare->setPrice, 2) }} | {{ $timeshare->status }} | Yes |