@php in_array($residence->id, session()->get('favorite_residences', [])) ? print('In Wishlist') : print('Add to Wishlist') @endphp
@isset($residence->image) Londonist | {{ $residence->image }} @endisset {{--
@isset($residence->logo) @endisset Added By Alisa Noory
--}} @forelse ($residence->tags as $tag) @if (str_contains(strtolower($tag), 'breakfast'))
Free Breakfast
@endif @empty @endforelse
@isset($residence->residence_tag)
{{ $residence->residence_tag->title }}
@endisset

{{ $residence->name }}

@isset($residence->nearby_tube) {{ $residence->nearby_tube }} @else @if(count($residence->nearest_locations) ) {{ $residence->nearest_locations[0]->location }} @endif @endisset
Facilities :
    @forelse ($residence->features as $feature) @if ($loop->iteration == 6) @break @endif
  • {{-- --}} {{ $feature->icon }}
  • @empty @endforelse