@csrf @method('PUT')

Room Information

Leave unchecked to append new images. Use the red x on thumbnails to remove specific existing images.
@if($data->roomimages && $data->roomimages->count() > 0) @foreach($data->roomimages as $img)
@endforeach @else

No images uploaded yet.

@endif

Amenities
@php // Get the room's current amenities as an array $selectedAmenities = $data->amenity ? explode(',', $data->amenity) : []; @endphp @foreach($amenities as $amenity)
name, $selectedAmenities)) checked @endif>
@endforeach
smoking ? 'checked' : '' }}>

Cancel