@if(!empty($property->gallery_media_ids)) @foreach(\App\Models\Media::whereIn('id',explode(',',$property->gallery_media_ids))->orderBy('id', 'DESC')->get() as $item)
@if(!empty($item->path))
@endif
@endforeach
@endif
{{ Session::get('flash_message') }}
@endif
@if(!empty($property->floor_media_ids)) @foreach(\App\Models\Media::whereIn('id',explode(',',$property->floor_media_ids))->orderBy('id', 'DESC')->get() as $item)
@if(!empty($item->path))
@endif
@endforeach
@endif