@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
@if(isset($roomCategory) && count($roomCategory) > 0)
@else
No images found for this room category.
@endif