@extends('layouts.membership') @section('title', 'Participating Hotels - The LaLiT Loyalty') @section('content')

Participating Hotels

Experience luxury and comfort at our exclusive collection of hotels

@if($hotels->count() > 0)
@foreach($hotels as $hotel)
@if($hotel->image) {{ $hotel->title }} @else
@endif

{{ $hotel->title }}

@if($hotel->description)

{{ $hotel->description }}

@endif
@endforeach
@else

No Participating Hotels Available

We're working on adding more participating hotels to our network. Please check back later for updates.

Visit Our Main Website
@endif
@endsection