@hotelSettings
Manage guest check-ins, check-outs, and room status
All rooms are currently available
| Guest | Room | Check-in | Check-out | Status | Balance | Receipt | Actions |
|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($displayGuestName, 0, 1)) }}
{{ $displayGuestName }}
@if($reservation->is_walk_in)Walk-in@endif
@if($overstayDays > 0)Overstay {{ $overstayDays }}d@endif
|
{{ $room->room_number ?? 'N/A' }} | {{ $reservation->check_in->format('M j, Y') }} |
{{ $reservation->check_out->format('M j, Y') }}
@if($overstayDays > 0) +{{ $overstayDays }} days@endif |
@if($overstayDays > 0) OVERSTAY @else {{ $balance <= 0 ? 'On schedule' : 'Balance due' }} @endif |
{{ $currencySymbol ?? 'UGX' }} {{ number_format($balance, 0) }}
@if($installmentCount > 0)
{{ $installmentCount }} payment{{ $installmentCount != 1 ? 's' : '' }} @endif |
@if($balance > 0) @endif @if($balance <= 0) @else @endif | |
| No current guests found | |||||||
| Guest Name | Room | Time | Payment | Action |
|---|---|---|---|---|
| {{ $guest->first_name ?? '' }} {{ $guest->last_name ?? '' }} | {{ $room->room_number ?? 'N/A' }} | {{ $reservation->check_in->format('h:i A') }} | @if($balance <= 0) Paid @elseif($minHalfMet) 50%+ Paid @else {{ $currencySymbol ?? 'UGX' }} {{ number_format($balance, 0) }} @endif | @if($balance > 0) @endif @if($minHalfMet) @elseif($balance <= 0) @endif |
| No expected check-ins today | ||||
| Guest Name | Room | Time | Payment | Action |
|---|---|---|---|---|
| {{ $guest->first_name ?? '' }} {{ $guest->last_name ?? '' }} | {{ $room->room_number ?? 'N/A' }} | {{ $reservation->check_out->format('h:i A') }} | @if($balance <= 0) Paid @else {{ $currencySymbol ?? 'UGX' }} {{ number_format($balance, 0) }} @endif | @if($balance > 0) @endif @if($balance <= 0) @else @endif |
| No expected check-outs today | ||||
{{ $activity->guest_name }} - Room {{ $activity->room_number }}
@if(isset($activity->payment_method)) Method: {{ ucfirst($activity->payment_method) }} @endif @if($activity->notes)