Success! {{ session('success') }}
@endif
List of Rooms
Image | Name | Hotel | Type | ||
---|---|---|---|---|---|
No Rooms found | |||||
@if( "" != $room->mainImage)
|
{{ $room->name}}
{{ $room->bedType->name }}
{{ $room->roomType->name }}
|
{{ $room->hotel->name }} | {{ $room->mealType->name ?? '-' }} | @if ($canEdit) Edit @endif @if($canDelete) Delete @endif @if($canViewBuyingPrice) Room Prices @endif |