@extends('master') @section('title', 'Resort' ) @section('description'){{ $resort->meta_Description }}@stop @section('keywords'){{ $resort->meta_Keywords }}@stop @section('content')
Unit | Week | Module | Bedrooms | Season | Arrival | Departure | Price inc VAT | Status | Interested? | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $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 |
{!! $resort->information !!}
@if($resort->url!=NULL) @endif