if ($last_booking = $hotel->get_last_booking()) { ?> <small class="booking-item-last-booked"><?php echo st_get_language('lastest_booking') . ' ' . $last_booking; ?> </small> <?php } ?> </div> <div class="col-md-3"> <?php $show_price = st()->get_option('show_price_free'); $price = STHotel::get_price(); if ($show_price == 'on' || $price) { ?> <?php if (STHotel::is_show_min_price()) { ?> <span class="booking-item-price-from"><?php _e("Price from", ST_TEXTDOMAIN); ?> </span> <?php } else { ?> <span class="booking-item-price-from"><?php _e("Price Avg", ST_TEXTDOMAIN); ?>