@include('components.head')
@include('components.headerDark') @include('components.modal') @include('components.mobileHeader')
@foreach($roomImages as $image) @endforeach

{{ $room->name }}

@if ($room->room_status == 0) Available @elseif ($room->room_status == 1) Not Available @elseif ($room->room_status == 2) Coming Soon @endif

Specification

  • Bedrooms: {{ $roomDetailsData['bedrooms'] }}

  • Property Type: yok

  • Kitchen: {{ $roomDetailsData['kitchen'] }}

  • Heating: {{ $roomDetailsData['heating'] }}

  • Bathrooms: {{ $roomDetailsData['bathroom'] }}

  • Reception: {{ $roomDetailsData['reception'] }}

  • Toilet: {{ $roomDetailsData['toilet'] }}

  • Accommodation: None

  • Date available :

  • {{ $room->avaible_at }}

Pricing

  • Deposit: £{{ $roomDetailsData['deposit'] }}

  • Single Price: £{{ $roomDetailsData['single_price_weekly'] }} / (Weekly)

  • Single Price: £{{ $roomDetailsData['single_price_monthly'] }} / (Monthly)

  • Min. lease term: {{ $roomDetailsData['lease_term'] }}

  • Habitable: {{ $roomDetailsData['habitable'] }}

  • Bills: {{ $roomDetailsData['bills'] ?? 'N/A' }}

  • Couple Price: £{{ $roomDetailsData['couple_price_weekly'] }} / (Weekly)

  • Couple Price: £{{ $roomDetailsData['couple_price_monthly'] }} / (Monthly)

  • Payment period: {{ $roomDetailsData['payment_period'] }}

  • House Rules: {{ $roomDetailsData['house_rules'] }}

Costs

  • Public costs : Yok

  • Cable TV: Yok

  • Electricity Yok

Features

@foreach(array_chunk($roomFeaturesData, 5) as $chunk)
@endforeach

Description

{!! $room->description !!}

Location {{ $room->address }}, {{ $room->full_adress }}

@include('components.footer') @include('components.copyright')
@include('components.js')