View Room
Room Information
{{ $room->room }}
@if ($room->roomType)
{{ $room->roomType->name }}
@else
No room type assigned
@endif
@if ($room->status_room === 'checked_in')
Checked In
@else
Checked Out
@endif
@if ($room->status_bg)
Active
@else
Inactive
@endif
@if ($room->description)
{{ $room->description }}
@else
No description provided
@endif
#{{ $room->id }}
Guest Information
@if ($room->guestname)
{{ $room->guestname }}
@else No guest assigned @endif
@if ($room->guest_image && $room->guest_image !== 'noimage.jpg')
@else
@endif
@endif
Welcome Greeting
@if ($welcomeGreeting)
@else
@endif
@if ($greetingType === 'personal')
Personal Assignment
@elseif($greetingType === 'general')
General Assignment
@endif
{!! nl2br(e($welcomeGreeting)) !!}
WiFi Configuration
@if ($room->username_cast && $room->password_cast)
@if ($room->qrcode_cast && $room->qrcode_cast !== 'noimage.jpg')
@endif
@else
@endif
{{ $room->username_cast }}
{{ str_repeat('•', strlen($room->password_cast)) }}
Click to view full size
No WiFi Configuration
WiFi credentials have not been configured for this room.
Room Appearance
@if ($room->background_img && $room->background_img !== 'noimage.jpg')
@endif
Click to view full size
@else
No background image set