{{ URL::to('/rooms') }} @if($rooms->count()) @foreach ($rooms as $room) {{URL::to('room/'.$room->slug)}} {{ $room->created_at->tz('UTC')->toAtomString() }} weekly 0.8 @endforeach @endif {{URL::to('/offers')}} @if($offers->count()) @foreach ($offers as $offer) {{URL::to('offer/'.$offer->slug)}} {{ $offer->created_at->tz('UTC')->toAtomString() }} weekly 0.8 @endforeach @endif {{URL::to('/services')}} {{URL::to('/about-us')}} {{URL::to('/contact-us')}} {{URL::to('/dining')}} {{URL::to('/facilities')}} {{URL::to('/awards')}} {{URL::to('/places')}}