Hyatt Regency Perth

Dubai, Hyatt Regency Perth

3 / 5

Excellent Value for Money

About Hyatt Regency Perth

This 5-star luxury hotel offers a 25-metre heated pool and a tennis court minutes from the banks of Swan River and Perth’s city centre. A free city shuttle bus is provided. Hyatt Regency Perth Hotel provides large rooms that with views of the river or the city. Some rooms include free access the hotel’s fitness centre and sauna. Guests can enjoy superb cuisine at any of the 5 dining outlets at the property including Cafe Restaurant, Joe’s Oriental Diner with its spectacular open kitchen or the sumptuous Conservatory Lounge. Hyatt Regency Perth is 20 minutes' drive from Perth international and Domestic Airport.

Available Rooms

Executive Two-Bedrooms Apartment

Amenities

LCD TV

Daily housekeeping

Makeup/shaving mirror

Free Wi-Fi

Slippers

Shower/tub combination

Max Guests

Adults 3

Child 2

Price

Whoops! There was an error.

TypeError
number_format(): Argument #1 ($num) must be of type float, string given TypeError thrown with message "number_format(): Argument #1 ($num) must be of type float, string given" Stacktrace: #8 TypeError in /home/dreamdes/travelagency.dreamdesire.org/app/themes/default/modules/hotels/details.php:321 #7 number_format in /home/dreamdes/travelagency.dreamdesire.org/app/themes/default/modules/hotels/details.php:321 #6 include in /home/dreamdes/travelagency.dreamdesire.org/app/themes/default/main.php:2 #5 include in /home/dreamdes/travelagency.dreamdesire.org/app/controller/hotels.php:170 #4 {closure} in /home/dreamdes/travelagency.dreamdesire.org/app/vendor/lib/router.php:298 #3 call_user_func_array in /home/dreamdes/travelagency.dreamdesire.org/app/vendor/lib/router.php:298 #2 AppRouter\Router:call in /home/dreamdes/travelagency.dreamdesire.org/app/vendor/lib/router.php:248 #1 AppRouter\Router:dispatch in /home/dreamdes/travelagency.dreamdesire.org/app/vendor/lib/router.php:316 #0 AppRouter\Router:dispatchGlobal in /home/dreamdes/travelagency.dreamdesire.org/index.php:206
Stack frames (9)
8
TypeError
/themes/default/modules/hotels/details.php321
7
number_format
/themes/default/modules/hotels/details.php321
6
include
/themes/default/main.php2
5
include
/controller/hotels.php170
4
{closure}
/vendor/lib/router.php298
3
call_user_func_array
/vendor/lib/router.php298
2
AppRouter\Router call
/vendor/lib/router.php248
1
AppRouter\Router dispatch
/vendor/lib/router.php316
0
AppRouter\Router dispatchGlobal
/home/dreamdes/travelagency.dreamdesire.org/index.php206
/home/dreamdes/travelagency.dreamdesire.org/app/themes/default/modules/hotels/details.php
                                <?php if ($rms->price_type == 1){ ?>
                                <input name="room_quantity" type="hidden" value="1" />
                                <p style="line-height:1"> <?=$adults .' '. T::hotels_adults ?> <strong class="d-block"><?=$currency .' '. $adults * $rms->room_adult_price ?></strong></p>
                                <hr>
                                <p style="line-height:1"> <?=$childs .' '. T::hotels_childs ?> <strong class="d-block"><?=$currency .' '. $childs * $rms->room_child_price?></strong></p>
                                <?php } ?>
                                </small>

                                </div>
                                </div>
                                <div class="col-md-3">
                                <p><strong>&nbsp;</strong></p>

                                <?php
                                if (isset($hotel->hotel_phone)) { $hotel_phone = $hotel->hotel_phone; } else { $hotel_phone = ""; }
                                if (isset($hotel->hotel_email)) { $hotel_email = $hotel->hotel_email; } else { $hotel_email = ""; }
                                if (isset($hotel->hotel_website)) { $hotel_website = $hotel->hotel_website; } else { $hotel_website = ""; }

                                // $price = number_format( $rms->price,2);
                                $real_price = number_format( $rms->real_price,2);

                                // to fix hotel image bug
                                if (isset($hotel_img)){ $hotel_img = $hotel_img; } else { $hotel_img ="";  }

                                // take travellers from session
                                if ($rms->price_type == "1"){ 
                                    $adults_numb = $adults;
                                    $childs_numb = $childs;
                                } else {
                                    $adults_numb = $rms->adults;
                                    $childs_numb = $rms->child; 
                                }

                                $payload = [
                                "supplier_name" => $hotel->supplier_name,
                                "hotel_id" => $hotel->id,
                                "hotel_name" => $hotel->name,
                                "hotel_img" => $hotel_img,
                                "hotel_address" => $hotel->location . "&nbsp;" . $hotel->address,
                                "hotel_stars" => $hotel->stars,
/home/dreamdes/travelagency.dreamdesire.org/app/themes/default/modules/hotels/details.php
                                <?php if ($rms->price_type == 1){ ?>
                                <input name="room_quantity" type="hidden" value="1" />
                                <p style="line-height:1"> <?=$adults .' '. T::hotels_adults ?> <strong class="d-block"><?=$currency .' '. $adults * $rms->room_adult_price ?></strong></p>
                                <hr>
                                <p style="line-height:1"> <?=$childs .' '. T::hotels_childs ?> <strong class="d-block"><?=$currency .' '. $childs * $rms->room_child_price?></strong></p>
                                <?php } ?>
                                </small>

                                </div>
                                </div>
                                <div class="col-md-3">
                                <p><strong>&nbsp;</strong></p>

                                <?php
                                if (isset($hotel->hotel_phone)) { $hotel_phone = $hotel->hotel_phone; } else { $hotel_phone = ""; }
                                if (isset($hotel->hotel_email)) { $hotel_email = $hotel->hotel_email; } else { $hotel_email = ""; }
                                if (isset($hotel->hotel_website)) { $hotel_website = $hotel->hotel_website; } else { $hotel_website = ""; }

                                // $price = number_format( $rms->price,2);
                                $real_price = number_format( $rms->real_price,2);

                                // to fix hotel image bug
                                if (isset($hotel_img)){ $hotel_img = $hotel_img; } else { $hotel_img ="";  }

                                // take travellers from session
                                if ($rms->price_type == "1"){ 
                                    $adults_numb = $adults;
                                    $childs_numb = $childs;
                                } else {
                                    $adults_numb = $rms->adults;
                                    $childs_numb = $rms->child; 
                                }

                                $payload = [
                                "supplier_name" => $hotel->supplier_name,
                                "hotel_id" => $hotel->id,
                                "hotel_name" => $hotel->name,
                                "hotel_img" => $hotel_img,
                                "hotel_address" => $hotel->location . "&nbsp;" . $hotel->address,
                                "hotel_stars" => $hotel->stars,
/home/dreamdes/travelagency.dreamdesire.org/app/themes/default/main.php
<?php include "header.php"; ?>
<?php include $body; ?>
<?php include "footer.php"; ?>
/home/dreamdes/travelagency.dreamdesire.org/app/controller/hotels.php
        'supplier' => $supplier,
        'child_ages' => $ch_ages,
    ));
    if ($req->error) { //echo 'Error: ' . $req->errorCode . ': ' . $req->errorMessage . "\n";
    } else { $hotel = $req->response;};

    $title = $hotel_name;
    $meta_title = $hotel_name;
    $meta_appname = "";
    $meta_desc = "";
    $meta_img = "";
    $meta_url = "";
    $meta_author = "";
    $meta = "1";

    // generate logs
    logs($SearchType = "Hotels Details ");

    $body = views . "modules/hotels/details.php";
    include layout;
});

/* ---------------------------------------------- */
// Hotels booking controller
/* ---------------------------------------------- */
$router->post('hotels/booking', function () {

    $title = "Hotel Booking";
    $meta_title = "Hotel Booking";
    $meta_appname = "";
    $meta_desc = "";
    $meta_img = "";
    $meta_url = "";
    $meta_author = "";
    $meta = "1";

    $payload = json_decode(base64_decode($_POST['payload']));

    //dd($payload);die;
    // dd($_POST);
/home/dreamdes/travelagency.dreamdesire.org/app/vendor/lib/router.php
            } else {
                throw new InvalidArgumentException('Route/error callable as string must not be empty.');
            }
            $callable = str_replace('.', '\\', $callable);
        }
        if (is_array($callable)) {
            if (count($callable) !== 2)
                throw new InvalidArgumentException('Route/error callable as array must contain and contain only two strings.');
            if (strlen($callable[0]) > 0) {
                if ($callable[0][0] == '@') {
                    $callable[0] = $this->baseNamespace . substr($callable[0], 1);
                }
            } else {
                throw new InvalidArgumentException('Route/error callable as array must contain and contain only two strings.');
            }
            $callable[0] = str_replace('.', '\\', $callable[0]);
        }

        // Call the callable
        return call_user_func_array($callable, $params);
    }

    /**
     * Dispatches the router using data from the $_SERVER global
     *
     * @return mixed Router output
     */
    public function dispatchGlobal()
    {
        $pos = strpos($_SERVER['REQUEST_URI'], '?');
        return $this->dispatch(
            $_SERVER['REQUEST_METHOD'],
            '/'. trim(
                substr($pos !== false
                ?   substr($_SERVER['REQUEST_URI'], 0, $pos)
                :   $_SERVER['REQUEST_URI'],
                strlen(implode('/', array_slice(explode('/', $_SERVER['SCRIPT_NAME']), 0, -1)) .'/')),
                '/'
            )
        );
/home/dreamdes/travelagency.dreamdesire.org/app/vendor/lib/router.php
            } else {
                throw new InvalidArgumentException('Route/error callable as string must not be empty.');
            }
            $callable = str_replace('.', '\\', $callable);
        }
        if (is_array($callable)) {
            if (count($callable) !== 2)
                throw new InvalidArgumentException('Route/error callable as array must contain and contain only two strings.');
            if (strlen($callable[0]) > 0) {
                if ($callable[0][0] == '@') {
                    $callable[0] = $this->baseNamespace . substr($callable[0], 1);
                }
            } else {
                throw new InvalidArgumentException('Route/error callable as array must contain and contain only two strings.');
            }
            $callable[0] = str_replace('.', '\\', $callable[0]);
        }

        // Call the callable
        return call_user_func_array($callable, $params);
    }

    /**
     * Dispatches the router using data from the $_SERVER global
     *
     * @return mixed Router output
     */
    public function dispatchGlobal()
    {
        $pos = strpos($_SERVER['REQUEST_URI'], '?');
        return $this->dispatch(
            $_SERVER['REQUEST_METHOD'],
            '/'. trim(
                substr($pos !== false
                ?   substr($_SERVER['REQUEST_URI'], 0, $pos)
                :   $_SERVER['REQUEST_URI'],
                strlen(implode('/', array_slice(explode('/', $_SERVER['SCRIPT_NAME']), 0, -1)) .'/')),
                '/'
            )
        );
/home/dreamdes/travelagency.dreamdesire.org/app/vendor/lib/router.php
                    $service = isset($route[1]) ? $route[1] : null;

                    // Fix missing begin-/
                    if ($regex[0] != '/')
                        $regex = '/' . $regex;

                    // Fix trailing /
                    if ($len > 1 && $regex[$len - 1] == '/')
                        $regex = substr($regex, 0, -1);

                    // Prevent @ collision
                    $regex = str_replace('@', '\\@', $regex);

                    // If the path matches the pattern
                    if (preg_match('@^' . $regex . '$@', $path, $params)) {

                        // Pass the params to the callback, without the full url
                        array_shift($params);
                        try {
                            return $this->call($callback, $service == null ? $params : array_merge([$service], $params));
                        } catch (HttpRequestException $ex) {
                            $params = [$method, $path, $ex->getCode(), $ex];
                            return $this->call($this->error, $this->service == null ? $params : array_merge([$this->service], $params));
                        } catch (Exception $ex) {
                            $params = [$method, $path, 500, $ex];
                            return $this->call($this->error, $this->service == null ? $params : array_merge([$this->service], $params));
                        }
                    }
                }
            }
        }

        // Nothing found --> error handler
        return $this->call($this->error,
            array_merge($this->service == null ? [] : [$this->service], [$method, $path, 404, new HttpRequestException(self::NO_ROUTE_FOUND_MSG)]));
    }

    /**
     * Internal function to parse and call custom callables
     *
/home/dreamdes/travelagency.dreamdesire.org/app/vendor/lib/router.php
        // Call the callable
        return call_user_func_array($callable, $params);
    }

    /**
     * Dispatches the router using data from the $_SERVER global
     *
     * @return mixed Router output
     */
    public function dispatchGlobal()
    {
        $pos = strpos($_SERVER['REQUEST_URI'], '?');
        return $this->dispatch(
            $_SERVER['REQUEST_METHOD'],
            '/'. trim(
                substr($pos !== false
                ?   substr($_SERVER['REQUEST_URI'], 0, $pos)
                :   $_SERVER['REQUEST_URI'],
                strlen(implode('/', array_slice(explode('/', $_SERVER['SCRIPT_NAME']), 0, -1)) .'/')),
                '/'
            )
        );
    }

}

class HttpRequestException extends Exception {

}
/home/dreamdes/travelagency.dreamdesire.org/index.php
echo $_SESSION['session_currency'] = $c;
header("Location: ".root); }); } }

// STORE LOGS TO LOGGING FILE
function logs($SearchType){ $log = "IP: ".$_SERVER['REMOTE_ADDR'].' - '.date("F j, Y, g:i a"). '- Type => '.$SearchType . ' - URL => ' .$_GET['url'].PHP_EOL.
"------------------------------------".PHP_EOL;
$logs_path = "app/logs";
if (!file_exists($logs_path)) { mkdir("app/logs", 0777); } else { };
file_put_contents('app/logs/log_'.date("j.n.Y").'.log', $log, FILE_APPEND); };

// STORE SEARCHS TO SESSION
function SEARCH_SESSION($MODULE,$CITY){
$actual_link = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
$b_=(object)array($MODULE,$CITY,$actual_link);
if (isset($_SESSION['SEARCHES'])){} else { $_SESSION['SEARCHES'] = array();  }
array_push($_SESSION['SEARCHES'],$b_); };

// $router->get('/page/(.*)', ['PageController', 'viewPage']);
// $router->route(['OPTION', 'PUT'], '/test', 'PageController::test');
$router->dispatchGlobal();

?>

Environment & details:

Key Value
url en/pkr/hotel/dubai/hyatt-regency-perth/38/13-09-2024/14-09-2024/1/2/0/1/IN/IN/0
empty
empty
empty
Key Value
app stdClass Object ( [modules] => Array ( [0] => stdClass Object ( [name] => hotels [status] => 1 [order] => 1 ) [1] => stdClass Object ( [name] => flights [status] => 1 [order] => 2 ) [2] => stdClass Object ( [name] => tours [status] => 1 [order] => 3 ) [3] => stdClass Object ( [name] => cars [status] => 1 [order] => 5 ) [4] => stdClass Object ( [name] => visa [status] => 1 [order] => 6 ) ) [slider] => Array ( [0] => stdClass Object ( [slide_id] => 50 [slide_position] => main [slide_title_text] => Let's go somewhere..... [slide_desc_text] => Find your passion and drive the way you love [slide_optional_text] => [slide_link] => [slide_link_name] => [slide_image] => m4siuag9dj4wo00cwc.jpeg [slide_status] => Yes [slide_order] => 2 ) [1] => stdClass Object ( [slide_id] => 51 [slide_position] => main [slide_title_text] => Let's go Somewhere... [slide_desc_text] => Discover the hidden beauty from top to bottom [slide_optional_text] => [slide_link] => [slide_link_name] => [slide_image] => w90lwal24z4o0w0408.jpg [slide_status] => Yes [slide_order] => 1 ) ) [payment_gateways] => Array ( [0] => stdClass Object ( [title] => bank-transfer [c1] => EasyPaisa | Mobile Payment [c2] => Umair Saeed [c3] => Account No. 03305077232 [c4] => IBAN PK29TMFB0000000028077629 [c5] => [dev] => [dev_endpoint] => [pro_endpoint] => [order] => 1 ) ) [extras] => Array ( [0] => stdClass Object ( [title] => locations [status] => 1 ) ) [currencies] => Array ( [0] => stdClass Object ( [id] => 1 [name] => USD [symbol] => $ [code] => USD [rate] => 1 [decimals] => 2 [symbol_placement] => before [primary_order] => 1 [default] => [status] => 1 ) [1] => stdClass Object ( [id] => 2 [name] => PKR [symbol] => Rs. [code] => PKR [rate] => 278.34 [decimals] => 2 [symbol_placement] => before [primary_order] => 0 [default] => 1 [status] => 1 ) [2] => stdClass Object ( [id] => 3 [name] => AED [symbol] => د.إ [code] => AED [rate] => 1 [decimals] => 2 [symbol_placement] => before [primary_order] => 0 [default] => [status] => 1 ) ) [languages] => Array ( [0] => stdClass Object ( [id] => 1 [name] => German [rtl] => LTR [country] => de [default] => ) [1] => stdClass Object ( [id] => 2 [name] => Russian [rtl] => LTR [country] => ru [default] => ) [2] => stdClass Object ( [id] => 3 [name] => Turkish [rtl] => LTR [country] => tr [default] => ) [3] => stdClass Object ( [id] => 4 [name] => Vietnamese [rtl] => LTR [country] => vi [default] => ) [4] => stdClass Object ( [id] => 5 [name] => Arabic [rtl] => RTL [country] => sa [default] => ) [5] => stdClass Object ( [id] => 6 [name] => Spanish [rtl] => LTR [country] => es [default] => ) [6] => stdClass Object ( [id] => 7 [name] => French [rtl] => LTR [country] => be [default] => ) [7] => stdClass Object ( [id] => 8 [name] => English [rtl] => LTR [country] => us [default] => 1 ) [8] => stdClass Object ( [id] => 9 [name] => Farsi [rtl] => RTL [country] => ir [default] => ) ) [cms] => stdClass Object ( [header] => Array ( [0] => stdClass Object ( [Company] => Array ( [0] => stdClass Object ( [href] => company [target] => [title] => Company ) [1] => stdClass Object ( [href] => about-us [target] => [title] => About Us ) [2] => stdClass Object ( [href] => terms-of-use [target] => [title] => Terms of Use ) [3] => stdClass Object ( [href] => faq [target] => [title] => FAQ ) ) ) ) [footer] => Array ( [0] => stdClass Object ( [Company] => Array ( [0] => stdClass Object ( [href] => company [target] => [title] => Company ) [1] => stdClass Object ( [href] => about-us [target] => [title] => About Us ) [2] => stdClass Object ( [href] => terms-of-use [target] => [title] => Terms of Use ) [3] => stdClass Object ( [href] => cookies-policy [target] => [title] => Cookies policy ) [4] => stdClass Object ( [href] => privacy-policy [target] => [title] => Privacy Policy ) ) ) [1] => stdClass Object ( [Support] => Array ( [0] => stdClass Object ( [href] => supprt [target] => [title] => Support ) [1] => stdClass Object ( [href] => become-supplier [target] => [title] => Become Supplier ) [2] => stdClass Object ( [href] => faq [target] => [title] => FAQ ) [3] => stdClass Object ( [href] => booking-tips [target] => [title] => Booking Tips ) [4] => stdClass Object ( [href] => how-to-book [target] => [title] => How to Book ) ) ) [2] => stdClass Object ( [Services] => Array ( [0] => stdClass Object ( [href] => services [target] => [title] => Services ) [1] => stdClass Object ( [href] => file-a-claim [target] => [title] => File a claim ) [2] => stdClass Object ( [href] => offers [target] => [title] => Last minute deals ) [3] => stdClass Object ( [href] => signup-supplier [target] => [title] => Add your business ) [4] => stdClass Object ( [href] => careers [target] => [title] => Careers and Jobs ) ) ) ) ) [app] => stdClass Object ( [appname] => Dream Travels & Tours [site_url] => https://travelagency.dreamdesire.org/ [offline] => 0 [offline_msg] => Our website is offline currently [restrict_website] => 1 [allow_registration] => 1 [allow_agent_registration] => 1 [suppliers_registration] => 1 [gmap_key] => AIzaSyDk_iQ6QWOTHW-TWoXSFLwbcnhaxlcnXXk [default_language] => en [multi_currency] => [multi_language] => [currency_code] => PKR [copyright] => All Rights Reserved by Designers of Dream Desire [email] => info@dreamdesire.org [phone] => +923305077232 [address] => North Karachi Sector-3<br> Sindh, Karachi, Pakistan ) [social] => Array ( ) [featured_hotels] => Array ( [0] => stdClass Object ( [id] => 40 [title] => Rendezvous Hotels [slug] => https://travelagency.dreamdesire.org/api/hotels/singapore/singapore/Rendezvous-Hotels?&checkin=13/10/2024&checkout=14/10/2024&adults=2&child=0 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/slider/thumbs/75043_1.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i> [starsCount] => 2 [location] => Singapore [desc] => Rendezvous Hotel Singapore is located in the Arts and Heritage District, within 3 km (0.2 mi) of the Singapore National Museum, Singapore Art Museum, and Singapore Management University. The Dhoby Ghaut MRT (Mass Rapid Transit) station is a five-minute walk, and Orchard Road shops are a 10-to-15-minute walk. Hotel Features. The exterior of the building combines history and sophistication, while the interior offers an art-infused experience and a unique aesthetic. The hotel offers an outdoor pool, and a fitness center. Public areas and all guestrooms are nonsmoking. Straits Cafe@Rendezvous offers buffet and a la carte dining. Room service is available around the clock. A lobby bar and a gourmet food court are also on site. The hotel offers a concierge desk, a multilingual staff, and business services. Guestrooms. The air-conditioned guestrooms feature cable TV, pay movies, and in-room safes. Wireless and wired high-speed Internet access are available for a surcharge. Minibars and coffee/tea makers are also included. Bathrooms offer shower/tub combinations, handheld showers, and telephones. Wake-up calls are provided upon request [amenities] => Array ( [0] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/522827_airport.png [name] => Airport Transport ) [1] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/593292_receptionist.png [name] => Business Center ) [2] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/920288_wheelchar.png [name] => Disabled Facilities ) [3] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/78888_club.png [name] => Night Club ) [4] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/813018_laundry.png [name] => Laundry Service ) [5] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/53193_858245_wifi.png [name] => Wi-Fi Internet ) [6] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/906341_bar.png [name] => Bar Lounge ) [7] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/926605_811401_poll.png [name] => Swimming Pool ) [8] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/6348_541779_parking.png [name] => Inside Parking ) [9] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/117737_653168_busstation.png [name] => Shuttle Bus Service ) [10] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/403809_764557_fitness.png [name] => Fitness Center ) [11] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/308869_654419_spa.png [name] => SPA ) [12] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/124634_ac.png [name] => Air Conditioner ) [13] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/524780_card.png [name] => Cards Accepted ) [14] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/999481_elevator.png [name] => Elevator ) [15] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/179352_pet.png [name] => Pets Allowed ) ) [avgReviews] => stdClass Object ( [clean] => 2.7 [comfort] => 6.3 [location] => 7.7 [facilities] => 6.7 [staff] => 5.3 [totalReviews] => 3 [overall] => 5.7 ) [latitude] => 1.354313975537631 [longitude] => 103.81743274072267 [discount] => [address] => Rendezvous Hotel Singapore by Far East Hospitality Singapore [price] => 279 [currCode] => PKR ) [1] => stdClass Object ( [id] => 39 [title] => Swissotel Le Plaza Basel [slug] => https://travelagency.dreamdesire.org/api/hotels/singapore/singapore/Swissotel-Le-Plaza-Basel?&checkin=13/10/2024&checkout=14/10/2024&adults=2&child=0 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/slider/thumbs/588989_2.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i> [starsCount] => 4 [location] => Singapore [desc] => This business hotel is connected to the Congress Center Basel and is only a 15-minute walk away from the centre. It offers elegant rooms, fine cuisine and up-to-date fitness facilities. All rooms have recently been renovated and feature air-conditioning, wired and wireless internet access, an LCD satellite TV, as well as tea and coffee making facilities. At restaurant Grill25 you can enjoy a wide range of steaks and fresh fish from the grill. Also vegetarian dishes are available. Shops, hairdressers and a pharmacy are located right next to the Swissotel Le Plaza Basel. The Swissotel Le Plaza Basel is approximately 15 minutes by taxi from the airport, 10 minutes by public transport from the train station and 5 minutes&#39; walk from the musical theatre. [amenities] => Array ( [0] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/522827_airport.png [name] => Airport Transport ) [1] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/593292_receptionist.png [name] => Business Center ) [2] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/920288_wheelchar.png [name] => Disabled Facilities ) [3] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/813018_laundry.png [name] => Laundry Service ) [4] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/53193_858245_wifi.png [name] => Wi-Fi Internet ) [5] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/906341_bar.png [name] => Bar Lounge ) [6] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/926605_811401_poll.png [name] => Swimming Pool ) [7] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/6348_541779_parking.png [name] => Inside Parking ) [8] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/403809_764557_fitness.png [name] => Fitness Center ) [9] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/7599_441834_children.png [name] => Children Activites ) [10] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/162720_hall.png [name] => Banquet Hall ) [11] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/999481_elevator.png [name] => Elevator ) [12] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/179352_pet.png [name] => Pets Allowed ) ) [avgReviews] => stdClass Object ( [clean] => 6 [comfort] => 6.2 [location] => 6.8 [facilities] => 5.6 [staff] => 8 [totalReviews] => 5 [overall] => 6.5 ) [latitude] => 47.56378 [longitude] => 7.600789999999961 [discount] => 15 [address] => Swissôtel Le Plaza Basel, Messeplatz, Basle, Swiss [price] => 279 [currCode] => PKR ) [2] => stdClass Object ( [id] => 38 [title] => Hyatt Regency Perth [slug] => https://travelagency.dreamdesire.org/api/hotels/united-arab-emirates/dubai/Hyatt-Regency-Perth?&checkin=13/10/2024&checkout=14/10/2024&adults=2&child=0 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/slider/thumbs/637176_3.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i> [starsCount] => 3 [location] => Dubai [desc] => This 5-star luxury hotel offers a 25-metre heated pool and a tennis court minutes from the banks of Swan River and Perth&rsquo;s city centre. A free city shuttle bus is provided. Hyatt Regency Perth Hotel provides large rooms that with views of the river or the city. Some rooms include free access the hotel&rsquo;s fitness centre and sauna. Guests can enjoy superb cuisine at any of the 5 dining outlets at the property including Cafe Restaurant, Joe&rsquo;s Oriental Diner with its spectacular open kitchen or the sumptuous Conservatory Lounge. Hyatt Regency Perth is 20 minutes&#39; drive from Perth international and Domestic Airport. [amenities] => Array ( [0] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/522827_airport.png [name] => Airport Transport ) [1] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/593292_receptionist.png [name] => Business Center ) [2] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/920288_wheelchar.png [name] => Disabled Facilities ) [3] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/78888_club.png [name] => Night Club ) [4] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/813018_laundry.png [name] => Laundry Service ) [5] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/79773_breakfast.png [name] => Restaurant ) [6] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/53193_858245_wifi.png [name] => Wi-Fi Internet ) [7] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/6348_541779_parking.png [name] => Inside Parking ) [8] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/117737_653168_busstation.png [name] => Shuttle Bus Service ) [9] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/403809_764557_fitness.png [name] => Fitness Center ) [10] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/308869_654419_spa.png [name] => SPA ) [11] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/7599_441834_children.png [name] => Children Activites ) [12] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/124634_ac.png [name] => Air Conditioner ) [13] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/524780_card.png [name] => Cards Accepted ) [14] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/999481_elevator.png [name] => Elevator ) [15] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/179352_pet.png [name] => Pets Allowed ) ) [avgReviews] => stdClass Object ( [clean] => 4 [comfort] => 2.8 [location] => 8.3 [facilities] => 8.3 [staff] => 8.3 [totalReviews] => 4 [overall] => 6.3 ) [latitude] => -31.95819269999999 [longitude] => 115.86670630000003 [discount] => [address] => Hyatt Regency Perth, Adelaide Terrace, Perth, Western Australia, Australia [price] => 279 [currCode] => PKR ) [3] => stdClass Object ( [id] => 37 [title] => Islamabad Marriott Hotel [slug] => https://travelagency.dreamdesire.org/api/hotels/pakistan/islamabad/Islamabad-Marriott-Hotel?&checkin=13/10/2024&checkout=14/10/2024&adults=2&child=0 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/slider/thumbs/94178_4.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i> [starsCount] => 5 [location] => Islamabad [desc] => The 5-star Islamabad Marriott Hotel provides high speed wireless internet, an indoor pool and a fitness centre. Pampering spa treatments with separate male and female lounges are also available. Room service is provided 24 hours. The modern air-conditioned rooms are all equipped with a 42-inch flat-screen TV, a personal safe and tea/coffee making facilities. En suite bathrooms come with hot-water showers, bathrobes and free toiletries. Islamabad Marriott Hotel is about 20 km from both Islamabad Airport and Rawalpindi Station. Daewoo Bus Station is 25 km away. On-site parking and valet parking are free. Guests can visit the beauty salon, browse the on-site bookstore, or rent cars to explore the area. The hotel also provides a florist, daily newspapers and a tour desk. Continental buffet spreads are offered at Nadia, while Chinese cuisine is served at Dynasty. Other dining options include The Royal Elephant Thai restaurant, Jason&#39;s Steak House, Dumpukht Mughlai Restaurant and Sakura Japanes [amenities] => Array ( [0] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/522827_airport.png [name] => Airport Transport ) [1] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/593292_receptionist.png [name] => Business Center ) [2] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/920288_wheelchar.png [name] => Disabled Facilities ) [3] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/813018_laundry.png [name] => Laundry Service ) [4] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/79773_breakfast.png [name] => Restaurant ) [5] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/53193_858245_wifi.png [name] => Wi-Fi Internet ) [6] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/906341_bar.png [name] => Bar Lounge ) [7] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/6348_541779_parking.png [name] => Inside Parking ) [8] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/403809_764557_fitness.png [name] => Fitness Center ) [9] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/308869_654419_spa.png [name] => SPA ) [10] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/7599_441834_children.png [name] => Children Activites ) [11] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/124634_ac.png [name] => Air Conditioner ) [12] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/999481_elevator.png [name] => Elevator ) [13] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/179352_pet.png [name] => Pets Allowed ) ) [avgReviews] => stdClass Object ( [clean] => 5.3 [comfort] => 6 [location] => 5 [facilities] => 6.3 [staff] => 5.5 [totalReviews] => 4 [overall] => 5.6 ) [latitude] => 33.7293882 [longitude] => 73.09314610000001 [discount] => 15 [address] => Islamabad Marriott Hotel, Islamabad, Pakistan [price] => 279 [currCode] => PKR ) [4] => stdClass Object ( [id] => 36 [title] => Rose Rayhaan Rotana [slug] => https://travelagency.dreamdesire.org/api/hotels/united-arab-emirates/dubai/Rose-Rayhaan-Rotana?&checkin=13/10/2024&checkout=14/10/2024&adults=2&child=0 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/slider/thumbs/596771_5.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i> [starsCount] => 2 [location] => Dubai [desc] => Occupying the world&rsquo;s second tallest hotel, the Rose Rayhaan by Rotana offers convenient accommodation surrounded by several restaurants and caf&eacute;s. Financial Centre Metro Station is 2 minutes&#39; walk. Rose Rayhaan is a 333-metre tall, 72-storey building providing a variety of modern, spacious rooms and suites that include LCD TVs and feature stunning city views. Rose Rayhaan&rsquo;s swimming pool is situated on the 4th floor of the hotel. Other facilities include a hot tub, massage rooms, sauna and steam rooms. The largest shopping centre in the world, Dubai Mall, is 1.5 km from this alcohol-free hotel. Dubai Exhibition Centre, the Mall of the Emirates and the Burjuman Shopping Mall are also within a 10 minute drive from the property. We speak your language! Hotel Rooms: 462, Hotel Chain: Rotana. [amenities] => Array ( [0] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/522827_airport.png [name] => Airport Transport ) [1] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/593292_receptionist.png [name] => Business Center ) [2] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/920288_wheelchar.png [name] => Disabled Facilities ) [3] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/78888_club.png [name] => Night Club ) [4] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/813018_laundry.png [name] => Laundry Service ) [5] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/6348_541779_parking.png [name] => Inside Parking ) [6] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/117737_653168_busstation.png [name] => Shuttle Bus Service ) [7] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/403809_764557_fitness.png [name] => Fitness Center ) [8] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/308869_654419_spa.png [name] => SPA ) [9] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/7599_441834_children.png [name] => Children Activites ) [10] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/124634_ac.png [name] => Air Conditioner ) [11] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/162720_hall.png [name] => Banquet Hall ) [12] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/524780_card.png [name] => Cards Accepted ) [13] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/999481_elevator.png [name] => Elevator ) ) [avgReviews] => stdClass Object ( [clean] => 4.2 [comfort] => 5.4 [location] => 6.8 [facilities] => 4.6 [staff] => 7 [totalReviews] => 5 [overall] => 5.6 ) [latitude] => 25.211667 [longitude] => 55.276388999999995 [discount] => 2 [address] => Rose Rayhaan by Rotana - Trade Centre - Dubai - United Arab Emirates [price] => 279 [currCode] => PKR ) [5] => stdClass Object ( [id] => 34 [title] => Malmaison Manchester [slug] => https://travelagency.dreamdesire.org/api/hotels/united-arab-emirates/dubai/Malmaison-Manchester?&checkin=13/10/2024&checkout=14/10/2024&adults=2&child=0 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/slider/thumbs/100617_6.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i> [starsCount] => 3 [location] => Dubai [desc] => Opposite Manchester Piccadilly Station, this beautifully converted Victorian warehouse has boutique bedrooms and a sumptuous spa. In Manchester&rsquo;s vibrant centre, the hotel also features a brasserie and fitness centre. The chic rooms have luxurious beds and intimate mood lighting. Rooms also feature a plasma-screen TV and high-speed internet access, and the modern bathrooms have power showers and exclusive toiletries. [amenities] => Array ( [0] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/920288_wheelchar.png [name] => Disabled Facilities ) [1] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/78888_club.png [name] => Night Club ) [2] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/813018_laundry.png [name] => Laundry Service ) [3] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/79773_breakfast.png [name] => Restaurant ) [4] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/53193_858245_wifi.png [name] => Wi-Fi Internet ) [5] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/906341_bar.png [name] => Bar Lounge ) [6] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/926605_811401_poll.png [name] => Swimming Pool ) [7] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/6348_541779_parking.png [name] => Inside Parking ) [8] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/117737_653168_busstation.png [name] => Shuttle Bus Service ) [9] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/403809_764557_fitness.png [name] => Fitness Center ) [10] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/7599_441834_children.png [name] => Children Activites ) [11] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/124634_ac.png [name] => Air Conditioner ) [12] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/162720_hall.png [name] => Banquet Hall ) [13] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/999481_elevator.png [name] => Elevator ) [14] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/179352_pet.png [name] => Pets Allowed ) ) [avgReviews] => stdClass Object ( [clean] => 3 [comfort] => 4 [location] => 8 [facilities] => 5 [staff] => 8 [totalReviews] => 1 [overall] => 5.6 ) [latitude] => 53.4807593 [longitude] => -2.2426305000000184 [discount] => 10 [address] => Malmaison Manchester, Manchester, United Kingdom [price] => 279 [currCode] => PKR ) [6] => stdClass Object ( [id] => 33 [title] => Oasis Beach Tower [slug] => https://travelagency.dreamdesire.org/api/hotels/united-arab-emirates/dubai/Oasis-Beach-Tower?&checkin=13/10/2024&checkout=14/10/2024&adults=2&child=0 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/slider/thumbs/964202_7.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i> [starsCount] => 4 [location] => Dubai [desc] => This sophisticated beachfront property with its iconic exterior, features 180 luxury serviced and self-catering apartments. The spacious apartments each have a fully equipped kitchen, living room and dining area plus 2, 3 or 4 ensuite bedrooms. Guests may enjoy stunning views over The Palm Jumeirah and Dubai Marina, restaurants, a swimming pool deck just steps from Jumeirah beach and access to the private beach at JA Jebel Ali Golf Resort. [amenities] => Array ( [0] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/522827_airport.png [name] => Airport Transport ) [1] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/593292_receptionist.png [name] => Business Center ) [2] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/920288_wheelchar.png [name] => Disabled Facilities ) [3] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/78888_club.png [name] => Night Club ) [4] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/813018_laundry.png [name] => Laundry Service ) [5] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/79773_breakfast.png [name] => Restaurant ) [6] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/53193_858245_wifi.png [name] => Wi-Fi Internet ) [7] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/906341_bar.png [name] => Bar Lounge ) [8] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/6348_541779_parking.png [name] => Inside Parking ) [9] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/403809_764557_fitness.png [name] => Fitness Center ) [10] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/308869_654419_spa.png [name] => SPA ) [11] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/7599_441834_children.png [name] => Children Activites ) [12] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/124634_ac.png [name] => Air Conditioner ) [13] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/162720_hall.png [name] => Banquet Hall ) [14] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/999481_elevator.png [name] => Elevator ) ) [avgReviews] => stdClass Object ( [clean] => 6.5 [comfort] => 6.8 [location] => 4.8 [facilities] => 7.2 [staff] => 7.5 [totalReviews] => 6 [overall] => 6.6 ) [latitude] => 25.2048493 [longitude] => 55.270782800000006 [discount] => 1 [address] => JA Oasis Beach Tower - Dubai - United Arab Emirates [price] => 279 [currCode] => PKR ) [7] => stdClass Object ( [id] => 32 [title] => Jumeirah Beach Hotel [slug] => https://travelagency.dreamdesire.org/api/hotels/united-arab-emirates/dubai/Jumeirah-Beach-Hotel?&checkin=13/10/2024&checkout=14/10/2024&adults=2&child=0 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/slider/thumbs/164074_1.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i> [starsCount] => 5 [location] => Dubai [desc] => UMEIRAH BEACH HOTEL - PREMIUM FAMILY LIFESTYLE DESTINATION With its striking wave-like design, Jumeirah Beach Hotel&#39;s five-star resort is one of Dubai&rsquo;s most instantly recognisable structures. Happily for our guests, the Jumeirah Beach Hotel in Dubai is equally famed for its amazing value and sheer wealth of options to enjoying your stay. All the hotel&rsquo;s 617 rooms, suites and villas are luxuriously furnished and provide spectacular views of the Arabian Gulf. And once you&rsquo;ve finished taking in the view, you can choose from the widest array of leisure facilities around one of the best family hotels in Dubai, including a scuba diving centre, five swimming pools, Sinbad&rsquo;s Kids Club, The Hub for teens and complimentary, unlimited access to the Wild Wadi Water Park. You&rsquo;ll find everything you&rsquo;re looking for and much more at Jumeirah Beach Hotel in Dubai. [amenities] => Array ( [0] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/593292_receptionist.png [name] => Business Center ) [1] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/920288_wheelchar.png [name] => Disabled Facilities ) [2] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/78888_club.png [name] => Night Club ) [3] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/813018_laundry.png [name] => Laundry Service ) [4] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/79773_breakfast.png [name] => Restaurant ) [5] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/53193_858245_wifi.png [name] => Wi-Fi Internet ) [6] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/6348_541779_parking.png [name] => Inside Parking ) [7] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/117737_653168_busstation.png [name] => Shuttle Bus Service ) [8] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/403809_764557_fitness.png [name] => Fitness Center ) [9] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/308869_654419_spa.png [name] => SPA ) [10] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/7599_441834_children.png [name] => Children Activites ) [11] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/124634_ac.png [name] => Air Conditioner ) [12] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/162720_hall.png [name] => Banquet Hall ) [13] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/179352_pet.png [name] => Pets Allowed ) ) [avgReviews] => stdClass Object ( [clean] => 7.2 [comfort] => 7.4 [location] => 7.2 [facilities] => 7.2 [staff] => 8.2 [totalReviews] => 5 [overall] => 7.4 ) [latitude] => 25.1417633 [longitude] => 55.190799200000015 [discount] => 20 [address] => Jumeirah Beach Hotel - Jumeirah - Dubai - United Arab Emirates [price] => 279 [currCode] => PKR ) [8] => stdClass Object ( [id] => 31 [title] => Madinah Moevenpick Hotel [slug] => https://travelagency.dreamdesire.org/api/hotels/united-arab-emirates/dubai/Madinah-Moevenpick-Hotel?&checkin=13/10/2024&checkout=14/10/2024&adults=2&child=0 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/slider/thumbs/603302_10.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i> [starsCount] => 2 [location] => Dubai [desc] => This luxury hotel features 3 restaurants. Guests are served a complimentary breakfast each morning. Complimentary wireless and wired high-speed Internet access is available in public areas and a computer station is located on site. This 5-star hotel features business amenities including a 24-hour business center and small meeting rooms. The staff can provide concierge services, wedding services, and tour assistance. Additional amenities include multilingual staff, gift shops/news stands, and laundry facilities. Onsite parking is complimentary. [amenities] => Array ( [0] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/522827_airport.png [name] => Airport Transport ) [1] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/920288_wheelchar.png [name] => Disabled Facilities ) [2] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/78888_club.png [name] => Night Club ) [3] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/813018_laundry.png [name] => Laundry Service ) [4] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/926605_811401_poll.png [name] => Swimming Pool ) [5] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/6348_541779_parking.png [name] => Inside Parking ) [6] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/117737_653168_busstation.png [name] => Shuttle Bus Service ) [7] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/403809_764557_fitness.png [name] => Fitness Center ) [8] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/308869_654419_spa.png [name] => SPA ) [9] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/7599_441834_children.png [name] => Children Activites ) [10] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/124634_ac.png [name] => Air Conditioner ) [11] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/162720_hall.png [name] => Banquet Hall ) [12] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/524780_card.png [name] => Cards Accepted ) [13] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/179352_pet.png [name] => Pets Allowed ) ) [avgReviews] => stdClass Object ( [clean] => 6.6 [comfort] => 5.8 [location] => 8.6 [facilities] => 5.6 [staff] => 7.8 [totalReviews] => 9 [overall] => 6.8 ) [latitude] => 24.5246542 [longitude] => 39.56918410000003 [discount] => 6 [address] => Mövenpick Hotel Anwar Al Madinah, Madinah, Al Madinah Province, Saudi Arabia [price] => 279 [currCode] => PKR ) [9] => stdClass Object ( [id] => 28 [title] => Alzer Hotel Istanbul [slug] => https://travelagency.dreamdesire.org/api/hotels/turkey/istanbul/Alzer-Hotel-Istanbul?&checkin=13/10/2024&checkout=14/10/2024&adults=2&child=0 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/slider/thumbs/678222_12.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i> [starsCount] => 4 [location] => Istanbul [desc] => Along with stunning views of the Blue Mosque and Hagia Sophia from its rooftop terrace, this special category hotel offers personalised service and free wireless internet access in the heart of Sultanahmet. The historic townhouse Alzer Hotel is over 100 years old and has been fully restored with great attention to detail. The clean and comfortable guest rooms offer modern amenities, including air conditioning. Start each day with a rich breakfast served on Alzer&#39;s charming terrace, whilst admiring views of the Blue Mosque and Marmara Sea. Traditional Turkish cuisine is served in the evenings. Enjoy a stroll around the historic neighbourhood before returning to Alzer Hotel for peace and relaxation. Alzer&#39;s friendly staff is available 24 hours a day to help you with any information you may need to make the most of your stay. [amenities] => Array ( [0] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/593292_receptionist.png [name] => Business Center ) [1] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/920288_wheelchar.png [name] => Disabled Facilities ) [2] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/78888_club.png [name] => Night Club ) [3] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/813018_laundry.png [name] => Laundry Service ) [4] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/79773_breakfast.png [name] => Restaurant ) [5] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/53193_858245_wifi.png [name] => Wi-Fi Internet ) [6] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/926605_811401_poll.png [name] => Swimming Pool ) [7] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/6348_541779_parking.png [name] => Inside Parking ) [8] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/117737_653168_busstation.png [name] => Shuttle Bus Service ) [9] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/403809_764557_fitness.png [name] => Fitness Center ) [10] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/7599_441834_children.png [name] => Children Activites ) [11] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/124634_ac.png [name] => Air Conditioner ) [12] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/162720_hall.png [name] => Banquet Hall ) [13] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/524780_card.png [name] => Cards Accepted ) [14] => stdClass Object ( [icon] => https://travelagency.dreamdesire.org/api/uploads/images/hotels/amenities/179352_pet.png [name] => Pets Allowed ) ) [avgReviews] => stdClass Object ( [clean] => 7.3 [comfort] => 5.5 [location] => 5.3 [facilities] => 8 [staff] => 8.3 [totalReviews] => 4 [overall] => 6.9 ) [latitude] => 41.020169 [longitude] => 28.93386399999997 [discount] => 9 [address] => Alzer Hotel, Fatih, Istanbul, Turkey [price] => 279 [currCode] => PKR ) ) [featured_flights] => Array ( [0] => stdClass Object ( [id] => 12 [title] => Srilanka Airways [from] => DXB Dubai [to] => RML Colombo [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/175znubux0pw4gw.png [desc] => [price] => 0 [currCode] => PKR ) [1] => stdClass Object ( [id] => 11 [title] => Air Phillpines [from] => CGK Jakarta [to] => DPS Bali [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/b47cgm5h3tc8sw0.png [desc] => [price] => 0 [currCode] => PKR ) [2] => stdClass Object ( [id] => 10 [title] => Gulf Air [from] => CAI Cairo [to] => ANK Ankara [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/91raniksw5wc404.png [desc] => [price] => 0 [currCode] => PKR ) [3] => stdClass Object ( [id] => 9 [title] => Etihad Airways [from] => SHJ Sharjah [to] => KHI Karachi [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/9nl4tj6jspgco00.png [desc] => [price] => 0 [currCode] => PKR ) [4] => stdClass Object ( [id] => 8 [title] => Canadian Airways [from] => YXC Canada [to] => JFK New York [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/rd28iqxqv808gk.png [desc] => [price] => 0 [currCode] => PKR ) [5] => stdClass Object ( [id] => 7 [title] => Turkish Airlines [from] => IST Istanbul [to] => DXB Dubai [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/2qccdvq0wvy840c.png [desc] => [price] => 0 [currCode] => PKR ) [6] => stdClass Object ( [id] => 6 [title] => Air India [from] => BOM Mumbai [to] => DXB Dubai [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/7lcw4cf8hwo480w.png [desc] => [price] => 0 [currCode] => PKR ) [7] => stdClass Object ( [id] => 5 [title] => Emirates Airlines [from] => DXB Dubai [to] => KWI Kuwait [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/20tegedgl4yswgk.png [desc] => [price] => 0 [currCode] => PKR ) [8] => stdClass Object ( [id] => 4 [title] => American Airlines [from] => MTH Florida [to] => YXC Canada [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/ae838q1tjrscs8k.png [desc] => [price] => 0 [currCode] => PKR ) [9] => stdClass Object ( [id] => 3 [title] => Pakistan Airlines [from] => ISB Islamabad [to] => JED Jeddah [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/ybaegc18zpc4ko.png [desc] => [price] => 0 [currCode] => PKR ) [10] => stdClass Object ( [id] => 2 [title] => Malaysia Airlines [from] => KUL Malaysia [to] => SIN Singapore [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/1gmmwudrvzi888k.png [desc] => [price] => 0 [currCode] => PKR ) [11] => stdClass Object ( [id] => 1 [title] => Qater Airlines [from] => KHI-Karachi [to] => DXB Dubai [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/flights/slider/e2kkchakfxw80w8.png [desc] => [price] => 0 [currCode] => PKR ) ) [featured_tours] => Array ( [0] => stdClass Object ( [id] => 36 [title] => Spectaculars Of The Nile 3 Nights [slug] => https://travelagency.dreamdesire.org/api/tours/egypt/tanta/Spectaculars-Of-The-Nile-3-Nights?date=13/10/2024&adults=1 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/tours/slider/thumbs/15.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i> [starsCount] => 4 [location] => Tanta [desc] => Experience hospitality at the city, from its stunning to vibrant culture, architecture and exquisite cuisines. Take a weekend trip on the occasion and create a memorable experience with your loved one. If you are a sun and sea lover, this paradise offers you an array of splendid sandy beaches, where you can spend time relaxing or go on a refreshing yacht experience. And if you are a history lover, explore the birthplace of many civilizations, empires, historic figures and legends together with diverse mixture of many different ethnic origins. Day 1 Arrive to the city and transfer to your hotel. Check in and spend the day at leisure. Day 2 After breakfast, go on the Boshphorus cruise and the Spice market tour. Enjoy the traditional excursion along the waterway separating Europe and Asia. The shore is lined with old wooden villas, palaces of marble, fortresses and small fishing villages. Witness major highlights whilst sailing such as the Dolmabah&ccedil;e Palace, the parks and pavilions of the Yildiz Palace. Visit the colorful Spice Market to buy local spices and shop for souvenirs. Day 3 Begin your day with a delicious breakfast and go on your city tour on seat in coach basis, the heart of the Imperial Center from where the Byzantine and Ottoman Empires once ruled. Explore the Hippodrome, a beautiful park known as the Byzantine chariot racetrack &ndash; a stadium capable of holding 100,000 people. There are three great monuments in the Hippodrome, the Egyptian Obelisk of 1500 BC, the Serpentine Column from the Temple of Apollo at Delphi and the German Fountain of Wilhelm II. Later visit the Blue Mosque, which faces Hagia Sophia and features six towering minarets and spectacular interior covered by overwhelmingly blue Iznik tiles. Day 4 After breakfast, check out from your hotel and spend the day shopping and exploring the city on your own. In the evening, transfer to the airport and board your flight and return home with great memories of your holiday. [amenities] => [avgReviews] => stdClass Object ( [clean] => 0.3 [comfort] => 0.3 [location] => 0.3 [facilities] => 0.3 [staff] => 0.3 [totalReviews] => 4 [overall] => 7.8 ) [latitude] => 30.06589679999999 [longitude] => 31.33702059999996 [discount] => [price] => 279 [currCode] => PKR [inclusions] => [tourDays] => 2 [tourNights] => 1 [tourType] => Private ) [1] => stdClass Object ( [id] => 35 [title] => 7 Day Umrah Tours - The Most Trusted Hajj & Umrah Agency [slug] => https://travelagency.dreamdesire.org/api/tours/saudi-arabia/jeddah/7-Day-Umrah-Tours---The-Most-Trusted-Hajj-Umrah-Agency?date=13/10/2024&adults=1 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/tours/slider/thumbs/thailand.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i> [starsCount] => 3 [location] => Jeddah [desc] => Partnered with&nbsp;3-star, 4-star, and 5-star hotels around Haram, we arrange any hotel at any date &amp; month of the year at prescribed budgets. [amenities] => [avgReviews] => stdClass Object ( [clean] => 0.3 [comfort] => 0.7 [location] => 0.3 [facilities] => 1.3 [staff] => 0.3 [totalReviews] => 7 [overall] => 5.9 ) [latitude] => 21.54238000 [longitude] => 39.19797000 [discount] => 10 [price] => 279 [currCode] => PKR [inclusions] => [tourDays] => 5 [tourNights] => 4 [tourType] => Holidays ) [2] => stdClass Object ( [id] => 34 [title] => Hong Kong Island Tour [slug] => https://travelagency.dreamdesire.org/api/tours/turkey/eskisehir/Hong-Kong-Island-Tour?date=13/10/2024&adults=1 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/tours/slider/thumbs/hongkong.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i> [starsCount] => 4 [location] => Eskisehir [desc] => Experience hospitality at the city, from its stunning to vibrant culture, architecture and exquisite cuisines. Take a weekend trip on the occasion&nbsp;and create a memorable experience with your loved one. If you are a sun and sea lover, this paradise offers you an array of splendid sandy beaches, where you can spend time relaxing or go on a refreshing yacht experience. And if you are a history lover, explore the birthplace of many civilizations, empires, historic figures and legends together with diverse mixture of many different ethnic origins. &nbsp; Day 1 Arrive to the city&nbsp;and transfer to your hotel. Check in and spend the day at leisure. Day 2 After breakfast, go on the Boshphorus cruise and the Spice market tour. Enjoy the traditional excursion along the waterway separating Europe and Asia. The shore is lined with old wooden villas, palaces of marble, fortresses and small fishing villages. Witness major highlights whilst sailing such as the Dolmabah&ccedil;e Palace, the parks and pavilions of the Yildiz Palace. Visit the colorful Spice Market to buy local spices and shop for souvenirs. Day 3 Begin your day with a delicious breakfast and go on your city tour on seat in coach basis, the heart of the Imperial Center from where the Byzantine and Ottoman Empires once ruled. Explore the Hippodrome, a beautiful park known as the Byzantine chariot racetrack &ndash; a stadium capable of holding 100,000 people. There are three great monuments in the Hippodrome, the Egyptian Obelisk of 1500 BC, the Serpentine Column from the Temple of Apollo at Delphi and the German Fountain of Wilhelm II. Later visit the Blue Mosque, which faces Hagia Sophia and features six towering minarets and spectacular interior covered by overwhelmingly blue Iznik tiles. Day 4 After breakfast, check out from your hotel and spend the day shopping and exploring the city on your own. In the evening, transfer to the airport and board your flight and return home with great memories of your holiday. [amenities] => [avgReviews] => stdClass Object ( [clean] => 0 [comfort] => 0 [location] => 0 [facilities] => 0 [staff] => 0 [totalReviews] => 6 [overall] => 6.2 ) [latitude] => 22.2824673 [longitude] => 114.1615726 [discount] => 25 [price] => 279 [currCode] => PKR [inclusions] => [tourDays] => 2 [tourNights] => 3 [tourType] => Corporate ) [3] => stdClass Object ( [id] => 33 [title] => Old and New Delhi City Tour [slug] => https://travelagency.dreamdesire.org/api/tours/india/paharganj/Old-and-New-Delhi-City-Tour?date=13/10/2024&adults=1 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/tours/slider/thumbs/211701_delhi.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i> [starsCount] => 7 [location] => Paharganj [desc] => Experience hospitality at the city, from its stunning to vibrant culture, architecture and exquisite cuisines. Take a weekend trip on the occasion&nbsp;and create a memorable experience with your loved one. If you are a sun and sea lover, this paradise offers you an array of splendid sandy beaches, where you can spend time relaxing or go on a refreshing yacht experience. And if you are a history lover, explore the birthplace of many civilizations, empires, historic figures and legends together with diverse mixture of many different ethnic origins. &nbsp; Day 1 Arrive to the city&nbsp;and transfer to your hotel. Check in and spend the day at leisure. Day 2 After breakfast, go on the Boshphorus cruise and the Spice market tour. Enjoy the traditional excursion along the waterway separating Europe and Asia. The shore is lined with old wooden villas, palaces of marble, fortresses and small fishing villages. Witness major highlights whilst sailing such as the Dolmabah&ccedil;e Palace, the parks and pavilions of the Yildiz Palace. Visit the colorful Spice Market to buy local spices and shop for souvenirs. Day 3 Begin your day with a delicious breakfast and go on your city tour on seat in coach basis, the heart of the Imperial Center from where the Byzantine and Ottoman Empires once ruled. Explore the Hippodrome, a beautiful park known as the Byzantine chariot racetrack &ndash; a stadium capable of holding 100,000 people. There are three great monuments in the Hippodrome, the Egyptian Obelisk of 1500 BC, the Serpentine Column from the Temple of Apollo at Delphi and the German Fountain of Wilhelm II. Later visit the Blue Mosque, which faces Hagia Sophia and features six towering minarets and spectacular interior covered by overwhelmingly blue Iznik tiles. Day 4 After breakfast, check out from your hotel and spend the day shopping and exploring the city on your own. In the evening, transfer to the airport and board your flight and return home with great memories of your holiday. [amenities] => [avgReviews] => stdClass Object ( [clean] => 0 [comfort] => 0 [location] => 0 [facilities] => 0 [staff] => 0 [totalReviews] => 4 [overall] => 5.3 ) [latitude] => 28.6545622 [longitude] => 77.23089549999997 [discount] => [price] => 279 [currCode] => PKR [inclusions] => [tourDays] => 8 [tourNights] => 6 [tourType] => Private ) [4] => stdClass Object ( [id] => 32 [title] => Sydney and Bondi Beach Explorer [slug] => https://travelagency.dreamdesire.org/api/tours/australia/north-bondi/Sydney-and-Bondi-Beach-Explorer?date=13/10/2024&adults=1 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/tours/slider/thumbs/sydney.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i> [starsCount] => 3 [location] => North Bondi [desc] => Experience hospitality at the city, from its stunning to vibrant culture, architecture and exquisite cuisines. Take a weekend trip on the occasion&nbsp;and create a memorable experience with your loved one. If you are a sun and sea lover, this paradise offers you an array of splendid sandy beaches, where you can spend time relaxing or go on a refreshing yacht experience. And if you are a history lover, explore the birthplace of many civilizations, empires, historic figures and legends together with diverse mixture of many different ethnic origins. &nbsp; Day 1 Arrive to the city&nbsp;and transfer to your hotel. Check in and spend the day at leisure. Day 2 After breakfast, go on the Boshphorus cruise and the Spice market tour. Enjoy the traditional excursion along the waterway separating Europe and Asia. The shore is lined with old wooden villas, palaces of marble, fortresses and small fishing villages. Witness major highlights whilst sailing such as the Dolmabah&ccedil;e Palace, the parks and pavilions of the Yildiz Palace. Visit the colorful Spice Market to buy local spices and shop for souvenirs. Day 3 Begin your day with a delicious breakfast and go on your city tour on seat in coach basis, the heart of the Imperial Center from where the Byzantine and Ottoman Empires once ruled. Explore the Hippodrome, a beautiful park known as the Byzantine chariot racetrack &ndash; a stadium capable of holding 100,000 people. There are three great monuments in the Hippodrome, the Egyptian Obelisk of 1500 BC, the Serpentine Column from the Temple of Apollo at Delphi and the German Fountain of Wilhelm II. Later visit the Blue Mosque, which faces Hagia Sophia and features six towering minarets and spectacular interior covered by overwhelmingly blue Iznik tiles. Day 4 After breakfast, check out from your hotel and spend the day shopping and exploring the city on your own. In the evening, transfer to the airport and board your flight and return home with great memories of your holiday. [amenities] => [avgReviews] => stdClass Object ( [clean] => 0 [comfort] => 0 [location] => 0 [facilities] => 0 [staff] => 0 [totalReviews] => 6 [overall] => 6.3 ) [latitude] => -33.8908435 [longitude] => 151.27429059999997 [discount] => 5 [price] => 279 [currCode] => PKR [inclusions] => [tourDays] => 5 [tourNights] => 4 [tourType] => Beach Holidays ) [5] => stdClass Object ( [id] => 30 [title] => Legoland Malaysia Day Pass [slug] => https://travelagency.dreamdesire.org/api/tours/united-arab-emirates/sharjah/Legoland-Malaysia-Day-Pass?date=13/10/2024&adults=1 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/tours/slider/thumbs/malaysia.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i><i class='fa fa-star-o'></i> [starsCount] => 2 [location] => Sharjah [desc] => Experience hospitality at the city, from its stunning to vibrant culture, architecture and exquisite cuisines. Take a weekend trip on the occasion&nbsp;and create a memorable experience with your loved one. If you are a sun and sea lover, this paradise offers you an array of splendid sandy beaches, where you can spend time relaxing or go on a refreshing yacht experience. And if you are a history lover, explore the birthplace of many civilizations, empires, historic figures and legends together with diverse mixture of many different ethnic origins. &nbsp; Day 1 Arrive to the city&nbsp;and transfer to your hotel. Check in and spend the day at leisure. Day 2 After breakfast, go on the Boshphorus cruise and the Spice market tour. Enjoy the traditional excursion along the waterway separating Europe and Asia. The shore is lined with old wooden villas, palaces of marble, fortresses and small fishing villages. Witness major highlights whilst sailing such as the Dolmabah&ccedil;e Palace, the parks and pavilions of the Yildiz Palace. Visit the colorful Spice Market to buy local spices and shop for souvenirs. Day 3 Begin your day with a delicious breakfast and go on your city tour on seat in coach basis, the heart of the Imperial Center from where the Byzantine and Ottoman Empires once ruled. Explore the Hippodrome, a beautiful park known as the Byzantine chariot racetrack &ndash; a stadium capable of holding 100,000 people. There are three great monuments in the Hippodrome, the Egyptian Obelisk of 1500 BC, the Serpentine Column from the Temple of Apollo at Delphi and the German Fountain of Wilhelm II. Later visit the Blue Mosque, which faces Hagia Sophia and features six towering minarets and spectacular interior covered by overwhelmingly blue Iznik tiles. Day 4 After breakfast, check out from your hotel and spend the day shopping and exploring the city on your own. In the evening, transfer to the airport and board your flight and return home with great memories of your holiday. [amenities] => [avgReviews] => stdClass Object ( [clean] => 0 [comfort] => 0 [location] => 0 [facilities] => 0 [staff] => 0 [totalReviews] => 3 [overall] => 7.3 ) [latitude] => 1.426637 [longitude] => 103.63179030000003 [discount] => 15 [price] => 279 [currCode] => PKR [inclusions] => [tourDays] => 1 [tourNights] => 1 [tourType] => Holidays ) [6] => stdClass Object ( [id] => 29 [title] => Hurghada Sunset Desert Safari [slug] => https://travelagency.dreamdesire.org/api/tours/egypt/alexandria/Hurghada-Sunset-Desert-Safari?date=13/10/2024&adults=1 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/tours/slider/thumbs/hurghada.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i> [starsCount] => 5 [location] => Alexandria [desc] => Experience hospitality at the city, from its stunning to vibrant culture, architecture and exquisite cuisines. Take a weekend trip on the occasion&nbsp;and create a memorable experience with your loved one. If you are a sun and sea lover, this paradise offers you an array of splendid sandy beaches, where you can spend time relaxing or go on a refreshing yacht experience. And if you are a history lover, explore the birthplace of many civilizations, empires, historic figures and legends together with diverse mixture of many different ethnic origins. &nbsp; Day 1 Arrive to the city&nbsp;and transfer to your hotel. Check in and spend the day at leisure. Day 2 After breakfast, go on the Boshphorus cruise and the Spice market tour. Enjoy the traditional excursion along the waterway separating Europe and Asia. The shore is lined with old wooden villas, palaces of marble, fortresses and small fishing villages. Witness major highlights whilst sailing such as the Dolmabah&ccedil;e Palace, the parks and pavilions of the Yildiz Palace. Visit the colorful Spice Market to buy local spices and shop for souvenirs. Day 3 Begin your day with a delicious breakfast and go on your city tour on seat in coach basis, the heart of the Imperial Center from where the Byzantine and Ottoman Empires once ruled. Explore the Hippodrome, a beautiful park known as the Byzantine chariot racetrack &ndash; a stadium capable of holding 100,000 people. There are three great monuments in the Hippodrome, the Egyptian Obelisk of 1500 BC, the Serpentine Column from the Temple of Apollo at Delphi and the German Fountain of Wilhelm II. Later visit the Blue Mosque, which faces Hagia Sophia and features six towering minarets and spectacular interior covered by overwhelmingly blue Iznik tiles. Day 4 After breakfast, check out from your hotel and spend the day shopping and exploring the city on your own. In the evening, transfer to the airport and board your flight and return home with great memories of your holiday. [amenities] => [avgReviews] => stdClass Object ( [clean] => 0 [comfort] => 0 [location] => 0 [facilities] => 0 [staff] => 0 [totalReviews] => 4 [overall] => 5.5 ) [latitude] => 27.2578957 [longitude] => 33.81160669999997 [discount] => [price] => 279 [currCode] => PKR [inclusions] => [tourDays] => 4 [tourNights] => 5 [tourType] => Adventure ) [7] => stdClass Object ( [id] => 28 [title] => Day Visit of Petra from Oman [slug] => https://travelagency.dreamdesire.org/api/tours/egypt/cairo/Day-Visit-of-Petra-from-Oman?date=13/10/2024&adults=1 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/tours/slider/thumbs/petra.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i> [starsCount] => 7 [location] => Cairo [desc] => Experience hospitality at the city, from its stunning to vibrant culture, architecture and exquisite cuisines. Take a weekend trip on the occasion&nbsp;and create a memorable experience with your loved one. If you are a sun and sea lover, this paradise offers you an array of splendid sandy beaches, where you can spend time relaxing or go on a refreshing yacht experience. And if you are a history lover, explore the birthplace of many civilizations, empires, historic figures and legends together with diverse mixture of many different ethnic origins. &nbsp; Day 1 Arrive to the city&nbsp;and transfer to your hotel. Check in and spend the day at leisure. Day 2 After breakfast, go on the Boshphorus cruise and the Spice market tour. Enjoy the traditional excursion along the waterway separating Europe and Asia. The shore is lined with old wooden villas, palaces of marble, fortresses and small fishing villages. Witness major highlights whilst sailing such as the Dolmabah&ccedil;e Palace, the parks and pavilions of the Yildiz Palace. Visit the colorful Spice Market to buy local spices and shop for souvenirs. Day 3 Begin your day with a delicious breakfast and go on your city tour on seat in coach basis, the heart of the Imperial Center from where the Byzantine and Ottoman Empires once ruled. Explore the Hippodrome, a beautiful park known as the Byzantine chariot racetrack &ndash; a stadium capable of holding 100,000 people. There are three great monuments in the Hippodrome, the Egyptian Obelisk of 1500 BC, the Serpentine Column from the Temple of Apollo at Delphi and the German Fountain of Wilhelm II. Later visit the Blue Mosque, which faces Hagia Sophia and features six towering minarets and spectacular interior covered by overwhelmingly blue Iznik tiles. Day 4 After breakfast, check out from your hotel and spend the day shopping and exploring the city on your own. In the evening, transfer to the airport and board your flight and return home with great memories of your holiday. [amenities] => [avgReviews] => stdClass Object ( [clean] => 0 [comfort] => 0 [location] => 0 [facilities] => 0 [staff] => 0 [totalReviews] => 2 [overall] => 6.5 ) [latitude] => 32.5473468 [longitude] => 35.85254609999993 [discount] => 15 [price] => 279 [currCode] => PKR [inclusions] => [tourDays] => 1 [tourNights] => 1 [tourType] => History / Culture ) [8] => stdClass Object ( [id] => 26 [title] => Big Bus Tour of Dubai [slug] => https://travelagency.dreamdesire.org/api/tours/turkey/eskisehir/Big-Bus-Tour-of-Dubai?date=13/10/2024&adults=1 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/tours/slider/thumbs/dubai.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i> [starsCount] => 5 [location] => Eskisehir [desc] => Experience hospitality at the city, from its stunning to vibrant culture, architecture and exquisite cuisines. Take a weekend trip on the occasion&nbsp;and create a memorable experience with your loved one. If you are a sun and sea lover, this paradise offers you an array of splendid sandy beaches, where you can spend time relaxing or go on a refreshing yacht experience. And if you are a history lover, explore the birthplace of many civilizations, empires, historic figures and legends together with diverse mixture of many different ethnic origins. &nbsp; Day 1 Arrive to the city&nbsp;and transfer to your hotel. Check in and spend the day at leisure. Day 2 After breakfast, go on the Boshphorus cruise and the Spice market tour. Enjoy the traditional excursion along the waterway separating Europe and Asia. The shore is lined with old wooden villas, palaces of marble, fortresses and small fishing villages. Witness major highlights whilst sailing such as the Dolmabah&ccedil;e Palace, the parks and pavilions of the Yildiz Palace. Visit the colorful Spice Market to buy local spices and shop for souvenirs. Day 3 Begin your day with a delicious breakfast and go on your city tour on seat in coach basis, the heart of the Imperial Center from where the Byzantine and Ottoman Empires once ruled. Explore the Hippodrome, a beautiful park known as the Byzantine chariot racetrack &ndash; a stadium capable of holding 100,000 people. There are three great monuments in the Hippodrome, the Egyptian Obelisk of 1500 BC, the Serpentine Column from the Temple of Apollo at Delphi and the German Fountain of Wilhelm II. Later visit the Blue Mosque, which faces Hagia Sophia and features six towering minarets and spectacular interior covered by overwhelmingly blue Iznik tiles. Day 4 After breakfast, check out from your hotel and spend the day shopping and exploring the city on your own. In the evening, transfer to the airport and board your flight and return home with great memories of your holiday. [amenities] => [avgReviews] => stdClass Object ( [clean] => 0 [comfort] => 0 [location] => 0 [facilities] => 0 [staff] => 0 [totalReviews] => 4 [overall] => 4.5 ) [latitude] => 25.2541523 [longitude] => 55.33096249999994 [discount] => [price] => 279 [currCode] => PKR [inclusions] => [tourDays] => 2 [tourNights] => 2 [tourType] => Holidays ) ) [featured_cars] => Array ( [0] => stdClass Object ( [id] => 11 [title] => Toyota Camry 2015 full option [slug] => https://travelagency.dreamdesire.org/api/cars/united-kingdom/kapaa/Toyota-Camry-2015-full-option [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/cars/slider/thumbs/732422_1.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i> [starsCount] => 4 [location] => Kapaa [desc] => Travel in comfort and style in this compact model. With room for 5 passengers and 4 pieces of luggage, it&#39;s ideal for families and small to medium-sized &nbsp;Travel in comfort and style in this compact model. With room for 5 passengers and 4 pieces of luggage, it&#39;s ideal for families and small to medium-sized&nbsp;Travel in comfort and style in this compact model. With room for 5 passengers and 4 pieces of luggage, it&#39;s ideal for families and small to medium-sized&nbsp; [doors] => 2 [passengers] => 6 [transmission] => Auto [airportPickup] => no [baggage] => x2 [price] => 279 [currCode] => PKR [carType] => Luxury [discount] => 10 [latitude] => 22.0881391 [longitude] => -159.33798179999997 [avgReviews] => stdClass Object ( [clean] => 0 [comfort] => 0 [location] => 0 [facilities] => 0 [staff] => 0 [totalReviews] => 0 [overall] => 0 ) ) [1] => stdClass Object ( [id] => 9 [title] => Ford Mondeo 2012 [slug] => https://travelagency.dreamdesire.org/api/cars/united-arab-emirates/sharjah/Ford-Mondeo-2012 [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/cars/slider/thumbs/65339_3.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i> [starsCount] => 6 [location] => Sharjah [desc] => With room for 5 passengers and 4 pieces of luggage, this is the perfect model for families or groups looking to arrive in style at their destination. Fuel consumption 39.2 m/g CO2 emission 171.0 g/km&nbsp;With room for 5 passengers and 4 pieces of luggage, this is the perfect model for families or groups looking to arrive in style at their destination. Fuel consumption 39.2 m/g CO2 emission 171.0 g/km&nbsp;With room for 5 passengers and 4 pieces of luggage, this is the perfect model for families or groups looking to arrive in style at their destination. Fuel consumption 39.2 m/g CO2 emission 171.0 g/km &nbsp; [doors] => 2 [passengers] => 5 [transmission] => Auto [airportPickup] => yes [baggage] => x3 [price] => 279 [currCode] => PKR [carType] => Standard [discount] => 20 [latitude] => 25.3223269 [longitude] => 55.51364330000001 [avgReviews] => stdClass Object ( [clean] => 0 [comfort] => 0 [location] => 0 [facilities] => 0 [staff] => 0 [totalReviews] => 0 [overall] => 0 ) ) [2] => stdClass Object ( [id] => 3 [title] => Hyundai i10 or similar [slug] => https://travelagency.dreamdesire.org/api/cars/turkey/eskisehir/Hyundai-i10-or-similar [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/cars/slider/thumbs/290711_10.jpg [stars] => <i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star'></i><i class='fa fa-star-o'></i> [starsCount] => 4 [location] => Eskisehir [desc] => This sporty model is perfect for small groups or families, as it seats 4 passengers and 2 pieces of luggage easily and comfortably.&nbsp;Fuel consumption 61.4 m/g CO2 emission 109.0 g/km,&nbsp;Fuel consumption 61.4 m/g CO2 emission 109.0 g/km &nbsp; [doors] => 2 [passengers] => 4 [transmission] => Auto [airportPickup] => yes [baggage] => x2 [price] => 279 [currCode] => PKR [carType] => Mini [discount] => 5 [latitude] => 39.784302 [longitude] => 30.51922 [avgReviews] => stdClass Object ( [clean] => 0 [comfort] => 0 [location] => 0 [facilities] => 0 [staff] => 0 [totalReviews] => 0 [overall] => 0 ) ) ) [featured_blog] => Array ( [0] => stdClass Object ( [id] => 35 [title] => Virgin Gorda beaches and lobste [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/blog/780975_1.jpg [desc] => <p>This is the second leg of a truly fun week. There are adventures to get each morning when we land somewhere else, but also fun time on the boat itself.&nbsp;</p> <p>The Club Med 2 has an open bar. Yes, that means free flow of pretty good things...all day long. So being on a French boat, you have Ricard for aperitif at lunch time if you are on the boat at lunch time...and pina colada by the pool before sunset, and obviously wine during meals. We are in the North Hemisphere end of November, so sunsets are early at around 5.30pm each day...with some pretty cool views from the swimming pool bar on the back deck. By 6pm, it&#39;s champagne time...all night long. Well, first it&#39;s shower time and getting change for the evening obviously...this is still a French place! And as we all now that mixing different alcohol drinks is not a great idea, I found a fun group of people ready to go on the champagne all night long, each evening, for great and fun time! More in the next entries of this truly fun group of people.&nbsp;</p> <p>&nbsp;</p> <p>Little warning, Club Med 2&nbsp;<br /> Club Med 2Club Med 2<br /> Club Med 2<br /> is French, and it feels. Out of the 280 guests on the boat this week, I don&#39;t think a single one doesn&#39;t speak at least some French. It would be a pretty boring week if you can only speak English here...and as you may be aware...French people living in France suck when it comes to speak something else than French. You&#39;ve been honestly warned!&nbsp;</p> <p>&nbsp;</p> <p>So this morning, it&#39;s BVI time. No I&#39;m not coming for business here. And BVI doesn&#39;t only stand for offshore companies...it does too stand for gorgeous beaches, yachts, and British Virgin Islands. We have sailed all night long from Dominica...Dominica is Commonwealth and poor....BVI is British Territory and pretty wealthy.&nbsp;</p> <p>&nbsp;</p> <p>I spent my day with Thierry....same age as me, and ready to have some fun this week. Because at the end of the day we know you don&#39;t find single ladies in their thirties on these cruises...we knew we would need to get organized to do something else than read our books! Didn&#39;t do my homework about Virgin Gorda. I kew the diving was average, and that the cruise had a BBQ lunch of lobster organized for us on the&nbsp;<br /> Lobster time...Lobster time...<br /> Lobster time...<br /> beach! So we took a &quot;beacher&quot; with the intention to simply go on the beach for the morning.&nbsp;</p> <p>&nbsp;</p> <p>There was a shuttle to &quot;a&quot; beach rented for the morning by Club Med. We set next to the rasta driver...yeah man...and he dropped us on the way. That was off-plan, completely out of the blue! It was time for us to go explore the National Park of &quot;The Baths&quot;. This is some kind of a National Park...it is a series of beaches separated by granite rocks. I first felt in the Seychelles...before finding myself rather in some kind of adventure hike for teenagers ready to have some serious fun. Wow, that place is amazing!&nbsp;</p> <p>&nbsp;</p> <p>We spent the all morning going from beach to beach and climbing those huge rocks...even getting lost on deserted beaches as wandering if we were only on the right trail. The water was beautiful and warm....the yachts were around, it was just plain full fun...simple!</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>We made our way back to the Club Med beach, just on time for the last shuttle. Good idea, as we had no idea where the BBQ was, and the ride back to&nbsp;<br /> Little pina colada by the pool...Little pina colada by the pool...<br /> Little pina colada by the pool...<br /> the landing point of the cruise was quite a walk away. Lobster BBQ! That simply cannot be bad just by the way it sounds. It was another of these...free flow of rose wine...of salad, and yes, of lobster too! The sun was there, at the end of the lunch...our faces ended the same color as the lobsters on the grill....but one more time...fun it was!&nbsp;</p> <p>&nbsp;</p> <p>Back on the boat before the crowds for a good nap and some swimming pool time. Not that 280 guests makes you feel crowded on such a huge sail boat...but queueing is simply really not our thing.&nbsp;</p> <p>&nbsp;</p> <p>Another really fun night was awaiting us...and a short sail to the land of Uncle Sam...or pretty close to this actually, for another fun adventure...on which I will have to write pretty soon!</p> <p>&nbsp;</p> [shortDesc] => This is the second leg of a truly fun week. There are adventures to get each morning when we land somewhere else, but also fun time on the boat itself.&nbsp; The Club Med 2 has an open bar. Yes, that means free flow of pretty good things...all day long. So being on a French boat, you have Ricard for aperitif at lunch time if you are on the boat at lunch time...and pina colada by the pool before sunset, and obviously wine during meals. We are in the North Hemisphere end of November, so sunsets are early at around 5.30pm each day...with some pretty cool views from the swimming pool bar on the back deck. By 6pm, it&#39;s champagne time...all night long. Well, first it&#39;s shower time and getting change for the evening obviously...this is still a French place! And as we all now that mixing different alcohol drinks is not a great idea, I found a fun group of people ready to go on the champagne all night long, each evening, for great and fun time! More in the next entries of this truly fun group of people.&nbsp; &nbsp; Little warning, Club Med 2&nbsp; Club Med 2Club Med 2 Club Med 2 is French, and it feels. Out of the 280 guests on the boat this week, I don&#39;t think a single one doesn&#39;t speak at least some French. It would be a pretty boring week if you can only speak English here...and as you may be aware...French people living in France suck when it comes to speak something else than French. You&#39;ve been honestly warned!&nbsp; &nbsp; So this morning, it&#39;s BVI time. No I&#39;m not coming for business here. And BVI doesn&#39;t only stand for offshore companies...it does too stand for gorgeous beaches, yachts, and British Virgin Islands. We have sailed all night long from Dominica...Dominica is Commonwealth and poor....BVI is British Territory and pretty wealthy.&nbsp; &nbsp; I spent my day with Thierry....same age as me, and ready to have some fun this week. Because at the end of the day we know you don&#39;t find single ladies in their thirties on these cruises...we knew we would need to get organized to do something else than read our books! Didn&#39;t do my homework about Virgin Gorda. I kew the diving was average, and that the cruise had a BBQ lunch of lobster organized for us on the&nbsp; Lobster time...Lobster time... Lobster time... beach! So we took a &quot;beacher&quot; with the intention to simply go on the beach for the morning.&nbsp; &nbsp; There was a shuttle to &quot;a&quot; beach rented for the morning by Club Med. We set next to the rasta driver...yeah man...and he dropped us on the way. That was off-plan, completely out of the blue! It was time for us to go explore the National Park of &quot;The Baths&quot;. This is some kind of a National Park...it is a series of beaches separated by granite rocks. I first felt in the Seychelles...before finding myself rather in some kind of adventure hike for teenagers ready to have some serious fun. Wow, that place is amazing!&nbsp; &nbsp; We spent the all morning going from beach to beach and climbing those huge rocks...even getting lost on deserted beaches as wandering if we were only on the right trail. The water was beautiful and warm....the yachts were around, it was just plain full fun...simple! &nbsp; &nbsp; We made our way back to the Club Med beach, just on time for the last shuttle. Good idea, as we had no idea where the BBQ was, and the ride back to&nbsp; Little pina colada by the pool...Little pina colada by the pool... Little pina colada by the pool... the landing point of the cruise was quite a walk away. Lobster BBQ! That simply cannot be bad just by the way it sounds. It was another of these...free flow of rose wine...of salad, and yes, of lobster too! The sun was there, at the end of the lunch...our faces ended the same color as the lobsters on the grill....but one more time...fun it was!&nbsp; &nbsp; Back on the boat before the crowds for a good nap and some swimming pool time. Not that 280 guests makes you feel crowded on such a huge sail boat...but queueing is simply really not our thing.&nbsp; &nbsp; Another really fun night was awaiting us...and a short sail to the land of Uncle Sam...or pretty close to this actually, for another fun adventure...on which I will have to write pretty soon! &nbsp; [slug] => https://travelagency.dreamdesire.org/api/blog/Virgin-Gorda-beaches-and-lobste ) [1] => stdClass Object ( [id] => 34 [title] => Fiercely Independent Cultures [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/blog/696228_2.jpg [desc] => <p>In a world that is increasingly homogenous, fiercely independent cultures and places are especially intriguing. Likely a result of it&#39;s geographical isolation from both mainland Europe and North America, Iceland has always taken it&#39;s own unique path. Icelandic architecture and fashion is a reflection of it&#39;s unusual geography, the Icelandic palette is most comfortable when quality local ingredients are cured, cultured, fermented, or pickled, and the Icelandic people revel in self sufficiency and environmental sustainability. Iceland has always been deeply rooted in nordic liberal sensibilities, but unlike any other nation, they refused to bail out their banks after the 2008 recession, in 2009 they elected the world&#39;s first openly gay female prime minister and in 2010, Reykjavik elected John Gnarr, punk rock singer, comedian, and self proclaimed anarchist as their mayor. The physical landscape is as striking and unique as the culture itself; an island covered in black volcanic rock, lush green fields, geothermal vents and dramatic volcanoes. It was with this in mind, that Dennie, Henry and I boarded a plane for Reykjavik over Easter holidays, where we would spend 9 days swimming in hot pools, driving through fjords, and eating delicious Skyr (Icelandic yogurt).&nbsp;</p> <p>Iceland is expensive. As&nbsp;<br /> Hiking near Eyjafjallaj&ouml;kullHiking near Eyjafjallaj&ouml;kull<br /> Hiking near Eyjafjallaj&ouml;kull<br /> a way to mitigate the costs our plan involved renting an old, rusty but mainly reliable car from Sadcar (a 2002 Yaris with 280,000 Kms), cooking 2 out of 3 meals a day at our rental apartment with Bonus brand groceries and doing as little shopping as possible. Upon walking through customs I began to have some minor reservations about our plan to be budget oriented when we were greeted by what I assume is one out of the two Sadcar employees who took us to a quonset in a field 10 minutes from the airport. When we inquired about a carseat for Henry, they directed us to the back of the auto body shop/rental car graveyard where 3 very used and slightly broken carseats sat amongst mufflers and cooling fluids. Dennie chose the most functional of the lot, we loaded into our Sadcar and took off towards Reykjavik through a minor snow storm.&nbsp;</p> <p>Our little Ikea apartment was perfectly located down the street from Hallgrimskirka, the spired Lutheran church that provides a compass for travellers exploring the city. This was a great location to have as home base, as most of our mornings were spent wondering the streets&nbsp;<br /> Hank and I inside the HarpaHank and I inside the Harpa<br /> Hank and I inside the Harpa<br /> of the old town where colorful terraced houses with main floor commercial space provide a vibrant and walkable downtown dotted with record shops with comfy couches and free espresso (12 Tonar), Icelandic design and furniture stores, vegetarian cafes, pubs, clubs and curry houses. We visited all three locations of the Reykjavik Art Museum (Hafnarhus, Kjarvalsstadir, Asmundarsafn) where the post modern works of Erro and the cubist and abstract landscape paintings of Kjarval hang next to rotating exhibits from contemporary Icelandic artists. We stumbled upon an Easter egg hunt in the Einar Jonsson Sculpture Park, played cards in the sprawling lounges inside The Harpa, and took in the Reykjavik Museum of Photography (inside the public library), the Viking Saga Museum, the Reykjavik Children&#39;s Park and &quot;zoo&quot; (more of a petting zoo) and took the elevator to the observatory at The Pearl. The city is surprisingly cosmopolitan yet retains a small town hospitality that acts as a reminder that there are only 120,000 people within city limits.&nbsp;</p> <p>Despite the high cost of bars and restaurants in Reykjavik&#39;s centre we managed to find a number of reasonably priced eateries serving delicious and fresh food. Here are some of our recommendations: Babalu (grilled&nbsp;<br /> Easter Egg Hunt in Einar J&oacute;nsson Sculpture GardenEaster Egg Hunt in Einar J&oacute;nsson Sculpture Garden<br /> Easter Egg Hunt in Einar J&oacute;nsson Sculpture Garden<br /> Hallgr&iacute;mskirkja in the background.<br /> cheese and tomato soup), C is for Cookie (homemade soup and sandwiches with great cheesecake), Laundromat Cafe (lake trout with root vegetables was outstanding and the children&#39;s play area in the basement is something to behold!), Austur India Fjelagid (delicious vegetarian Thali), Graen Kostur (Eastern inspired fusion veggie food with two lunch options daily). For drinks, Microbar has a lot of local craft beers on tap (Happy Hour from 5-8 pm). The Labowski Bar also seemed like an amazing place but they were having pub trivia when we walked in so we didn&#39;t stay for a drink.&nbsp;</p> <p>Our Sadcar managed a number of day trips from Reykjavik; we drove north through the Hvalfjorour (Whale Fjord), stopping for a picnic near some rapids. We drove to the geothermal town of Hverager&eth;i and onto the famed Eyjafjallajokull volcano which erupted in 2010 causing flight cancellations across Europe. We drove the Golden Circle with stops at Geyser, Pingvellir National Park and the Gulfoss waterfall. Once you leave Reykjavik the geography is stark but majestic with green fields punctuated with black volcanic rock, rolling hills, steep mountain passes and steam rising into the air from thermal vents dotting the landscape throughout.&nbsp;</p> <p>Dennie&nbsp;<br /> Outside of the Blue LagoonOutside of the Blue Lagoon<br /> Outside of the Blue Lagoon<br /> and I have fast come to the realization that when travelling with a baby, the experience is more fun for all if all planning revolves around the baby. And while Reykjavik&#39;s legendary nightlife may have called my name once or twice, parenting with a hangover certainly did not. As such, we spent a good deal of our time in Iceland immersing ourselves into the thermal pool culture. With 122 thermal pools and 17 in Reykjavik alone, we made it our mission to swim in a new pool each day. In Reykjavik we swam at Laugardalslaug, Sundhollin, Arbaejarlaug, Grafarvogslaug, Sudurbaejarlaug, and Asvallalaug. During our day trips around the Icelandic country side we also had the opportunity to swim at the beautiful pool at Hverageroi, naked in the deserted Seljallalaug located in a mountain valley surrounded by waterfalls, and on our last day at expensive but amazing Blue Lagoon. 9 pools in 9 days. The water in all public pools is chemical free, heated through geothermal, and nearly all have a number of &quot;hot pots&quot;, saunas, lanes for swimming, kids pools, and water-slides. I got the impression from my time sitting in &quot;hot pots&quot; chatting with locals that thermal pools are important&nbsp;<br /> Enroute to the Seljvavellir hot pool Enroute to the Seljvavellir hot pool&nbsp;<br /> Enroute to the Seljvavellir hot pool<br /> gathering places for members of the community. Old and young alike move between the various pools and openly converse with strangers and friends. In moments where Henry was grumpy or tired we always knew we were within a few minutes from a pool where he would immediately be transformed back into the smiling Hank we have become used to. While the pools certainly made travelling in Iceland with a baby much easier, it is the Icelandic people who really make Iceland a child friendly locale. Almost every restaurant we went to had a children&#39;s play area, there was signage that encouraged breastfeeding, and all bars and pubs allow children. Icelandic people were warm and outgoing but not loud or obnoxious and no matter where we went, it seemed they had thought about ways to welcome children.&nbsp;</p> <p>On our final morning in Iceland, I walked down the street from our apartment to pick up a couple cd&#39;s at Tonar 12. I sat on their comfy couches listening to FM Belfast and Seabear while Henry rummaged through the stacks. Without asking, the man running the shop brought me an espresso. I picked up a Reykjavik guidebook from a coffee table and&nbsp;<br /> Dennie driving our Sad CarDennie driving our Sad Car<br /> Dennie driving our Sad Car<br /> opened the book to the first page to read the mayor&#39;s welcome message for visitors. Jon Gnarr (the mayor) foretold his version of the country&#39;s origin. I read,&nbsp;</p> <p>&quot;But how can it be that such a warm country came to possess such a frigid name? Yes, the explanation is simple: MISUNDERSTANDING. Ing&oacute;lfur Arnarson, the first man that found Reykjav&iacute;k, wasn&rsquo;t on his way here at all. He was en route to the United States of America, to buy grapes and other fast food that grew wild there in those days. He was very interested in food. And also homicide. On his way he noticed a cloud of smoke ascending to the heavens from an unknown country. His curious nature got the best of him, and he changed his course and set sail to Reykjav&iacute;k (Reykjav&iacute;k literally means &ldquo;smoky bay&rdquo;!).&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>As he disembarked his ship, he saw that the smoke was in fact steam rising from Reykjav&iacute;k&rsquo;s many swimming pools. He was therefore quick in tearing off the suit of armour that he had worn in case he&rsquo;d encounter some Native Americans while picking grapes, and jumping into some swim trunks. After swimming a good&nbsp;<br /> Hank test driving Indie music at Tonar 12 in ReykjavikHank test driving Indie music at Tonar 12 in Reykjavik<br /> Hank test driving Indie music at Tonar 12 in Reykjavik<br /> 500 metres he sat in the hot tub and relaxed. After a fun chat with the locals he had forgotten all about America. Who needs to travel all the way to America to pick grapes when there&rsquo;s a shop on Laugavegur called V&iacute;nberi&eth; (V&iacute;nberi&eth; literally means: &ldquo;the grape&rdquo;)? Ing&oacute;lfur decided to settle here. He rented a small apartment along with his wife, Hallveig Fr&oacute;&eth;ad&oacute;ttir, who many claim was the daughter of Frodo from &lsquo;Lord Of The Rings&rsquo;. Nothing has been proven about that, however.</p> <p>One day Ing&oacute;lfur and Hallveig were taking a stroll around town. They were walking their dog, who was called Pl&uacute;t&oacute; and was a Great Dane. It was a sizzling hot summer&rsquo;s day. It was long before the t-shirt was invented. They were both dressed in full suits of armour, with swords and shields and helmets and everything. They stopped by at &Iacute;sb&uacute;&eth; Vesturb&aelig;jar in Hagamelur to get some ice cream and cool down. The story goes that Ing&oacute;lfur asked the clerk whether she knew what the country was called.&nbsp;</p> <p>She thought it was called Thule. Ing&oacute;lfur felt that was a stupid name.&nbsp;</p> <p>&ldquo;No country can be called Thule&rdquo;, he said.&nbsp;</p> <p>Outside the&nbsp;<br /> Henry inside the eyjafjallajokull theatreHenry inside the eyjafjallajokull theatre<br /> Henry inside the eyjafjallajokull theatre<br /> ice cream shop, a crowd had gathered. They had heard that foreign visitors were in town. A lot of those people were elves. Ing&oacute;lfur then approached the crowd, raised his ice cream cone aloft and shouted:&nbsp;</p> <p>&ldquo;Henceforth this country will be called Iceland, because one can get the world&rsquo;s best ice cream here!&rdquo;.&nbsp;</p> <p>Today we have a statue of Ing&oacute;lfur. The statue depicts Ing&oacute;lfur dying of heat, leaning on his dog.&nbsp;</p> <p>Don&rsquo;t be a stranger, be like Ing&oacute;lfur! &quot;&nbsp;</p> <p>Only in Iceland!&nbsp;</p> [shortDesc] => In a world that is increasingly homogenous, fiercely independent cultures and places are especially intriguing. Likely a result of it&#39;s geographical isolation from both mainland Europe and North America, Iceland has always taken it&#39;s own unique path. Icelandic architecture and fashion is a reflection of it&#39;s unusual geography, the Icelandic palette is most comfortable when quality local ingredients are cured, cultured, fermented, or pickled, and the Icelandic people revel in self sufficiency and environmental sustainability. Iceland has always been deeply rooted in nordic liberal sensibilities, but unlike any other nation, they refused to bail out their banks after the 2008 recession, in 2009 they elected the world&#39;s first openly gay female prime minister and in 2010, Reykjavik elected John Gnarr, punk rock singer, comedian, and self proclaimed anarchist as their mayor. The physical landscape is as striking and unique as the culture itself; an island covered in black volcanic rock, lush green fields, geothermal vents and dramatic volcanoes. It was with this in mind, that Dennie, Henry and I boarded a plane for Reykjavik over Easter holidays, where we would spend 9 days swimming in hot pools, driving through fjords, and eating delicious Skyr (Icelandic yogurt).&nbsp; Iceland is expensive. As&nbsp; Hiking near Eyjafjallaj&ouml;kullHiking near Eyjafjallaj&ouml;kull Hiking near Eyjafjallaj&ouml;kull a way to mitigate the costs our plan involved renting an old, rusty but mainly reliable car from Sadcar (a 2002 Yaris with 280,000 Kms), cooking 2 out of 3 meals a day at our rental apartment with Bonus brand groceries and doing as little shopping as possible. Upon walking through customs I began to have some minor reservations about our plan to be budget oriented when we were greeted by what I assume is one out of the two Sadcar employees who took us to a quonset in a field 10 minutes from the airport. When we inquired about a carseat for Henry, they directed us to the back of the auto body shop/rental car graveyard where 3 very used and slightly broken carseats sat amongst mufflers and cooling fluids. Dennie chose the most functional of the lot, we loaded into our Sadcar and took off towards Reykjavik through a minor snow storm.&nbsp; Our little Ikea apartment was perfectly located down the street from Hallgrimskirka, the spired Lutheran church that provides a compass for travellers exploring the city. This was a great location to have as home base, as most of our mornings were spent wondering the streets&nbsp; Hank and I inside the HarpaHank and I inside the Harpa Hank and I inside the Harpa of the old town where colorful terraced houses with main floor commercial space provide a vibrant and walkable downtown dotted with record shops with comfy couches and free espresso (12 Tonar), Icelandic design and furniture stores, vegetarian cafes, pubs, clubs and curry houses. We visited all three locations of the Reykjavik Art Museum (Hafnarhus, Kjarvalsstadir, Asmundarsafn) where the post modern works of Erro and the cubist and abstract landscape paintings of Kjarval hang next to rotating exhibits from contemporary Icelandic artists. We stumbled upon an Easter egg hunt in the Einar Jonsson Sculpture Park, played cards in the sprawling lounges inside The Harpa, and took in the Reykjavik Museum of Photography (inside the public library), the Viking Saga Museum, the Reykjavik Children&#39;s Park and &quot;zoo&quot; (more of a petting zoo) and took the elevator to the observatory at The Pearl. The city is surprisingly cosmopolitan yet retains a small town hospitality that acts as a reminder that there are only 120,000 people within city limits.&nbsp; Despite the high cost of bars and restaurants in Reykjavik&#39;s centre we managed to find a number of reasonably priced eateries serving delicious and fresh food. Here are some of our recommendations: Babalu (grilled&nbsp; Easter Egg Hunt in Einar J&oacute;nsson Sculpture GardenEaster Egg Hunt in Einar J&oacute;nsson Sculpture Garden Easter Egg Hunt in Einar J&oacute;nsson Sculpture Garden Hallgr&iacute;mskirkja in the background. cheese and tomato soup), C is for Cookie (homemade soup and sandwiches with great cheesecake), Laundromat Cafe (lake trout with root vegetables was outstanding and the children&#39;s play area in the basement is something to behold!), Austur India Fjelagid (delicious vegetarian Thali), Graen Kostur (Eastern inspired fusion veggie food with two lunch options daily). For drinks, Microbar has a lot of local craft beers on tap (Happy Hour from 5-8 pm). The Labowski Bar also seemed like an amazing place but they were having pub trivia when we walked in so we didn&#39;t stay for a drink.&nbsp; Our Sadcar managed a number of day trips from Reykjavik; we drove north through the Hvalfjorour (Whale Fjord), stopping for a picnic near some rapids. We drove to the geothermal town of Hverager&eth;i and onto the famed Eyjafjallajokull volcano which erupted in 2010 causing flight cancellations across Europe. We drove the Golden Circle with stops at Geyser, Pingvellir National Park and the Gulfoss waterfall. Once you leave Reykjavik the geography is stark but majestic with green fields punctuated with black volcanic rock, rolling hills, steep mountain passes and steam rising into the air from thermal vents dotting the landscape throughout.&nbsp; Dennie&nbsp; Outside of the Blue LagoonOutside of the Blue Lagoon Outside of the Blue Lagoon and I have fast come to the realization that when travelling with a baby, the experience is more fun for all if all planning revolves around the baby. And while Reykjavik&#39;s legendary nightlife may have called my name once or twice, parenting with a hangover certainly did not. As such, we spent a good deal of our time in Iceland immersing ourselves into the thermal pool culture. With 122 thermal pools and 17 in Reykjavik alone, we made it our mission to swim in a new pool each day. In Reykjavik we swam at Laugardalslaug, Sundhollin, Arbaejarlaug, Grafarvogslaug, Sudurbaejarlaug, and Asvallalaug. During our day trips around the Icelandic country side we also had the opportunity to swim at the beautiful pool at Hverageroi, naked in the deserted Seljallalaug located in a mountain valley surrounded by waterfalls, and on our last day at expensive but amazing Blue Lagoon. 9 pools in 9 days. The water in all public pools is chemical free, heated through geothermal, and nearly all have a number of &quot;hot pots&quot;, saunas, lanes for swimming, kids pools, and water-slides. I got the impression from my time sitting in &quot;hot pots&quot; chatting with locals that thermal pools are important&nbsp; Enroute to the Seljvavellir hot pool Enroute to the Seljvavellir hot pool&nbsp; Enroute to the Seljvavellir hot pool gathering places for members of the community. Old and young alike move between the various pools and openly converse with strangers and friends. In moments where Henry was grumpy or tired we always knew we were within a few minutes from a pool where he would immediately be transformed back into the smiling Hank we have become used to. While the pools certainly made travelling in Iceland with a baby much easier, it is the Icelandic people who really make Iceland a child friendly locale. Almost every restaurant we went to had a children&#39;s play area, there was signage that encouraged breastfeeding, and all bars and pubs allow children. Icelandic people were warm and outgoing but not loud or obnoxious and no matter where we went, it seemed they had thought about ways to welcome children.&nbsp; On our final morning in Iceland, I walked down the street from our apartment to pick up a couple cd&#39;s at Tonar 12. I sat on their comfy couches listening to FM Belfast and Seabear while Henry rummaged through the stacks. Without asking, the man running the shop brought me an espresso. I picked up a Reykjavik guidebook from a coffee table and&nbsp; Dennie driving our Sad CarDennie driving our Sad Car Dennie driving our Sad Car opened the book to the first page to read the mayor&#39;s welcome message for visitors. Jon Gnarr (the mayor) foretold his version of the country&#39;s origin. I read,&nbsp; &quot;But how can it be that such a warm country came to possess such a frigid name? Yes, the explanation is simple: MISUNDERSTANDING. Ing&oacute;lfur Arnarson, the first man that found Reykjav&iacute;k, wasn&rsquo;t on his way here at all. He was en route to the United States of America, to buy grapes and other fast food that grew wild there in those days. He was very interested in food. And also homicide. On his way he noticed a cloud of smoke ascending to the heavens from an unknown country. His curious nature got the best of him, and he changed his course and set sail to Reykjav&iacute;k (Reykjav&iacute;k literally means &ldquo;smoky bay&rdquo;!).&nbsp; &nbsp; &nbsp; As he disembarked his ship, he saw that the smoke was in fact steam rising from Reykjav&iacute;k&rsquo;s many swimming pools. He was therefore quick in tearing off the suit of armour that he had worn in case he&rsquo;d encounter some Native Americans while picking grapes, and jumping into some swim trunks. After swimming a good&nbsp; Hank test driving Indie music at Tonar 12 in ReykjavikHank test driving Indie music at Tonar 12 in Reykjavik Hank test driving Indie music at Tonar 12 in Reykjavik 500 metres he sat in the hot tub and relaxed. After a fun chat with the locals he had forgotten all about America. Who needs to travel all the way to America to pick grapes when there&rsquo;s a shop on Laugavegur called V&iacute;nberi&eth; (V&iacute;nberi&eth; literally means: &ldquo;the grape&rdquo;)? Ing&oacute;lfur decided to settle here. He rented a small apartment along with his wife, Hallveig Fr&oacute;&eth;ad&oacute;ttir, who many claim was the daughter of Frodo from &lsquo;Lord Of The Rings&rsquo;. Nothing has been proven about that, however. One day Ing&oacute;lfur and Hallveig were taking a stroll around town. They were walking their dog, who was called Pl&uacute;t&oacute; and was a Great Dane. It was a sizzling hot summer&rsquo;s day. It was long before the t-shirt was invented. They were both dressed in full suits of armour, with swords and shields and helmets and everything. They stopped by at &Iacute;sb&uacute;&eth; Vesturb&aelig;jar in Hagamelur to get some ice cream and cool down. The story goes that Ing&oacute;lfur asked the clerk whether she knew what the country was called.&nbsp; She thought it was called Thule. Ing&oacute;lfur felt that was a stupid name.&nbsp; &ldquo;No country can be called Thule&rdquo;, he said.&nbsp; Outside the&nbsp; Henry inside the eyjafjallajokull theatreHenry inside the eyjafjallajokull theatre Henry inside the eyjafjallajokull theatre ice cream shop, a crowd had gathered. They had heard that foreign visitors were in town. A lot of those people were elves. Ing&oacute;lfur then approached the crowd, raised his ice cream cone aloft and shouted:&nbsp; &ldquo;Henceforth this country will be called Iceland, because one can get the world&rsquo;s best ice cream here!&rdquo;.&nbsp; Today we have a statue of Ing&oacute;lfur. The statue depicts Ing&oacute;lfur dying of heat, leaning on his dog.&nbsp; Don&rsquo;t be a stranger, be like Ing&oacute;lfur! &quot;&nbsp; Only in Iceland!&nbsp; [slug] => https://travelagency.dreamdesire.org/api/blog/Fiercely-Independent-Cultures ) [2] => stdClass Object ( [id] => 33 [title] => Peace Train A Long Time Coming [thumbnail] => https://travelagency.dreamdesire.org/api/uploads/images/blog/120331_3.jpg [desc] => <p>&nbsp;mainland Europe and North America, Iceland has always taken it&#39;s own unique path. Icelandic architecture and fashion is a reflection of it&#39;s unusual geography, the Icelandic palette is most comfortable when quality local ingredients are cured, cultured, fermented, or pickled, and the Icelandic people revel in self sufficiency and environmental sustainability. Iceland has always been deeply rooted in nordic liberal sensibilities, but unlike any other nation, they refused to bail out their banks after the 2008 recession, in 2009 they elected the world&#39;s first openly gay female prime minister and in 2010, Reykjavik elected John Gnarr, punk rock singer, comedian, and self proclaimed anarchist as their mayor. The physical landscape is as striking and unique as the culture itself; an island covered in black volcanic rock, lush green fields, geothermal vents and dramatic volcanoes. It was with this in mind, that Dennie, Henry and I boarded a plane for Reykjavik over Easter holidays, where we would spend 9 days swimming in hot pools, driving through fjords, and eating delicious Skyr (Icelandic yogurt).&nbsp;</p> <p>Iceland is expensive. As&nbsp;<br /> Hiking near Eyjafjallaj&ouml;kullHiking near Eyjafjallaj&ouml;kull<br /> Hiking near Eyjafjallaj&ouml;kullIn a world that is increasingly homogenous, fiercely independent cultures and places are especially intriguing. Likely a result of it&#39;s geographical isolation from both<br /> a way to mitigate the costs our plan involved renting an old, rusty but mainly reliable car from Sadcar (a 2002 Yaris with 280,000 Kms), cooking 2 out of 3 meals a day at our rental apartment with Bonus brand groceries and doing as little shopping as possible. Upon walking through customs I began to have some minor reservations about our plan to be budget oriented when we were greeted by what I assume is one out of the two Sadcar employees who took us to a quonset in a field 10 minutes from the airport. When we inquired about a carseat for Henry, they directed us to the back of the auto body shop/rental car graveyard where 3 very used and slightly broken carseats sat amongst mufflers and cooling fluids. Dennie chose the most functional of the lot, we loaded into our Sadcar and took off towards Reykjavik through a minor snow storm.&nbsp;</p> <p>Our little Ikea apartment was perfectly located down the street from Hallgrimskirka, the spired Lutheran church that provides a compass for travellers exploring the city. This was a great location to have as home base, as most of our mornings were spent wondering the streets&nbsp;<br /> Hank and I inside the HarpaHank and I inside the Harpa<br /> Hank and I inside the Harpa<br /> of the old town where colorful terraced houses with main floor commercial space provide a vibrant and walkable downtown dotted with record shops with comfy couches and free espresso (12 Tonar), Icelandic design and furniture stores, vegetarian cafes, pubs, clubs and curry houses. We visited all three locations of the Reykjavik Art Museum (Hafnarhus, Kjarvalsstadir, Asmundarsafn) where the post modern works of Erro and the cubist and abstract landscape paintings of Kjarval hang next to rotating exhibits from contemporary Icelandic artists. We stumbled upon an Easter egg hunt in the Einar Jonsson Sculpture Park, played cards in the sprawling lounges inside The Harpa, and took in the Reykjavik Museum of Photography (inside the public library), the Viking Saga Museum, the Reykjavik Children&#39;s Park and &quot;zoo&quot; (more of a petting zoo) and took the elevator to the observatory at The Pearl. The city is surprisingly cosmopolitan yet retains a small town hospitality that acts as a reminder that there are only 120,000 people within city limits.&nbsp;</p> <p>Despite the high cost of bars and restaurants in Reykjavik&#39;s centre we managed to find a number of reasonably priced eateries serving delicious and fresh food. Here are some of our recommendations: Babalu (grilled&nbsp;<br /> Easter Egg Hunt in Einar J&oacute;nsson Sculpture GardenEaster Egg Hunt in Einar J&oacute;nsson Sculpture Garden<br /> Easter Egg Hunt in Einar J&oacute;nsson Sculpture Garden<br /> Hallgr&iacute;mskirkja in the background.<br /> cheese and tomato soup), C is for Cookie (homemade soup and sandwiches with great cheesecake), Laundromat Cafe (lake trout with root vegetables was outstanding and the children&#39;s play area in the basement is something to behold!), Austur India Fjelagid (delicious vegetarian Thali), Graen Kostur (Eastern inspired fusion veggie food with two lunch options daily). For drinks, Microbar has a lot of local craft beers on tap (Happy Hour from 5-8 pm). The Labowski Bar also seemed like an amazing place but they were having pub trivia when we walked in so we didn&#39;t stay for a drink.&nbsp;</p> <p>Our Sadcar managed a number of day trips from Reykjavik; we drove north through the Hvalfjorour (Whale Fjord), stopping for a picnic near some rapids. We drove to the geothermal town of Hverager&eth;i and onto the famed Eyjafjallajokull volcano which erupted in 2010 causing flight cancellations across Europe. We drove the Golden Circle with stops at Geyser, Pingvellir National Park and the Gulfoss waterfall. Once you leave Reykjavik the geography is stark but majestic with green fields punctuated with black volcanic rock, rolling hills, steep mountain passes and steam rising into the air from thermal vents dotting the landscape throughout.&nbsp;</p> <p>Dennie&nbsp;<br /> Outside of the Blue LagoonOutside of the Blue Lagoon<br /> Outside of the Blue Lagoon<br /> and I have fast come to the realization that when travelling with a baby, the experience is more fun for all if all planning revolves around the baby. And while Reykjavik&#39;s legendary nightlife may have called my name once or twice, parenting with a hangover certainly did not. As such, we spent a good deal of our time in Iceland immersing ourselves into the thermal pool culture. With 122 thermal pools and 17 in Reykjavik alone, we made it our mission to swim in a new pool each day. In Reykjavik we swam at Laugardalslaug, Sundhollin, Arbaejarlaug, Grafarvogslaug, Sudurbaejarlaug, and Asvallalaug. During our day trips around the Icelandic country side we also had the opportunity to swim at the beautiful pool at Hverageroi, naked in the deserted Seljallalaug located in a mountain valley surrounded by waterfalls, and on our last day at expensive but amazing Blue Lagoon. 9 pools in 9 days. The water in all public pools is chemical free, heated through geothermal, and nearly all have a number of &quot;hot pots&quot;, saunas, lanes for swimming, kids pools, and water-slides. I got the impression from my time sitting in &quot;hot pots&quot; chatting with locals that thermal pools are important&nbsp;<br /> Enroute to the Seljvavellir hot pool Enroute to the Seljvavellir hot pool&nbsp;<br /> Enroute to the Seljvavellir hot pool<br /> gathering places for members of the community. Old and young alike move between the various pools and openly converse with strangers and friends. In moments where Henry was grumpy or tired we always knew we were within a few minutes from a pool where he would immediately be transformed back into the smiling Hank we have become used to. While the pools certainly made travelling in Iceland with a baby much easier, it is the Icelandic people who really make Iceland a child friendly locale. Almost every restaurant we went to had a children&#39;s play area, there was signage that encouraged breastfeeding, and all bars and pubs allow children. Icelandic people were warm and outgoing but not loud or obnoxious and no matter where we went, it seemed they had thought about ways to welcome children.&nbsp;</p> <p>On our final morning in Iceland, I walked down the street from our apartment to pick up a couple cd&#39;s at Tonar 12. I sat on their comfy couches listening to FM Belfast and Seabear while Henry rummaged through the stacks. Without asking, the man running the shop brought me an espresso. I picked up a Reykjavik guidebook from a coffee table and&nbsp;<br /> Dennie driving our Sad CarDennie driving our Sad Car<br /> Dennie driving our Sad Car<br /> opened the book to the first page to read the mayor&#39;s welcome message for visitors. Jon Gnarr (the mayor) foretold his version of the country&#39;s origin. I read,&nbsp;</p> <p>&quot;But how can it be that such a warm country came to possess such a frigid name? Yes, the explanation is simple: MISUNDERSTANDING. Ing&oacute;lfur Arnarson, the first man that found Reykjav&iacute;k, wasn&rsquo;t on his way here at all. He was en route to the United States of America, to buy grapes and other fast food that grew wild there in those days. He was very interested in food. And also homicide. On his way he noticed a cloud of smoke ascending to the heavens from an unknown country. His curious nature got the best of him, and he changed his course and set sail to Reykjav&iacute;k (Reykjav&iacute;k literally means &ldquo;smoky bay&rdquo;!).&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>As he disembarked his ship, he saw that the smoke was in fact steam rising from Reykjav&iacute;k&rsquo;s many swimming pools. He was therefore quick in tearing off the suit of armour that he had worn in case he&rsquo;d encounter some Native Americans while picking grapes, and jumping into some swim trunks. After swimming a good&nbsp;<br /> Hank test driving Indie music at Tonar 12 in ReykjavikHank test driving Indie music at Tonar 12 in Reykjavik<br /> Hank test driving Indie music at Tonar 12 in Reykjavik<br /> 500 metres he sat in the hot tub and relaxed. After a fun chat with the locals he had forgotten all about America. Who needs to travel all the way to America to pick grapes when there&rsquo;s a shop on Laugavegur called V&iacute;nberi&eth; (V&iacute;nberi&eth; literally means: &ldquo;the grape&rdquo;)? Ing&oacute;lfur decided to settle here. He rented a small apartment along with his wife, Hallveig Fr&oacute;&eth;ad&oacute;ttir, who many claim was the daughter of Frodo from &lsquo;Lord Of The Rings&rsquo;. Nothing has been proven about that, however.</p> <p>One day Ing&oacute;lfur and Hallveig were taking a stroll around town. They were walking their dog, who was called Pl&uacute;t&oacute; and was a Great Dane. It was a sizzling hot summer&rsquo;s day. It was long before the t-shirt was invented. They were both dressed in full suits of armour, with swords and shields and helmets and everything. They stopped by at &Iacute;sb&uacute;&eth; Vesturb&aelig;jar in Hagamelur to get some ice cream and cool down. The story goes that Ing&oacute;lfur asked the clerk whether she knew what the country was called.&nbsp;</p> <p>She thought it was called Thule. Ing&oacute;lfur felt that was a stupid name.&nbsp;</p> <p>&ldquo;No country can be called Thule&rdquo;, he said.&nbsp;</p> <p>Outside the&nbsp;<br /> Henry inside the eyjafjallajokull theatreHenry inside the eyjafjallajokull theatre<br /> Henry inside the eyjafjallajokull theatre<br /> ice cream shop, a crowd had gathered. They had heard that foreign visitors were in town. A lot of those people were elves. Ing&oacute;lfur then approached the crowd, raised his ice cream cone aloft and shouted:&nbsp;</p> <p>&ldquo;Henceforth this country will be called Iceland, because one can get the world&rsquo;s best ice cream here!&rdquo;.&nbsp;</p> <p>Today we have a statue of Ing&oacute;lfur. The statue depicts Ing&oacute;lfur dying of heat, leaning on his dog.&nbsp;</p> <p>Don&rsquo;t be a stranger, be like Ing&oacute;lfur! &quot;&nbsp;</p> <p>Only in Iceland!&nbsp;</p> [shortDesc] => &nbsp;mainland Europe and North America, Iceland has always taken it&#39;s own unique path. Icelandic architecture and fashion is a reflection of it&#39;s unusual geography, the Icelandic palette is most comfortable when quality local ingredients are cured, cultured, fermented, or pickled, and the Icelandic people revel in self sufficiency and environmental sustainability. Iceland has always been deeply rooted in nordic liberal sensibilities, but unlike any other nation, they refused to bail out their banks after the 2008 recession, in 2009 they elected the world&#39;s first openly gay female prime minister and in 2010, Reykjavik elected John Gnarr, punk rock singer, comedian, and self proclaimed anarchist as their mayor. The physical landscape is as striking and unique as the culture itself; an island covered in black volcanic rock, lush green fields, geothermal vents and dramatic volcanoes. It was with this in mind, that Dennie, Henry and I boarded a plane for Reykjavik over Easter holidays, where we would spend 9 days swimming in hot pools, driving through fjords, and eating delicious Skyr (Icelandic yogurt).&nbsp; Iceland is expensive. As&nbsp; Hiking near Eyjafjallaj&ouml;kullHiking near Eyjafjallaj&ouml;kull Hiking near Eyjafjallaj&ouml;kullIn a world that is increasingly homogenous, fiercely independent cultures and places are especially intriguing. Likely a result of it&#39;s geographical isolation from both a way to mitigate the costs our plan involved renting an old, rusty but mainly reliable car from Sadcar (a 2002 Yaris with 280,000 Kms), cooking 2 out of 3 meals a day at our rental apartment with Bonus brand groceries and doing as little shopping as possible. Upon walking through customs I began to have some minor reservations about our plan to be budget oriented when we were greeted by what I assume is one out of the two Sadcar employees who took us to a quonset in a field 10 minutes from the airport. When we inquired about a carseat for Henry, they directed us to the back of the auto body shop/rental car graveyard where 3 very used and slightly broken carseats sat amongst mufflers and cooling fluids. Dennie chose the most functional of the lot, we loaded into our Sadcar and took off towards Reykjavik through a minor snow storm.&nbsp; Our little Ikea apartment was perfectly located down the street from Hallgrimskirka, the spired Lutheran church that provides a compass for travellers exploring the city. This was a great location to have as home base, as most of our mornings were spent wondering the streets&nbsp; Hank and I inside the HarpaHank and I inside the Harpa Hank and I inside the Harpa of the old town where colorful terraced houses with main floor commercial space provide a vibrant and walkable downtown dotted with record shops with comfy couches and free espresso (12 Tonar), Icelandic design and furniture stores, vegetarian cafes, pubs, clubs and curry houses. We visited all three locations of the Reykjavik Art Museum (Hafnarhus, Kjarvalsstadir, Asmundarsafn) where the post modern works of Erro and the cubist and abstract landscape paintings of Kjarval hang next to rotating exhibits from contemporary Icelandic artists. We stumbled upon an Easter egg hunt in the Einar Jonsson Sculpture Park, played cards in the sprawling lounges inside The Harpa, and took in the Reykjavik Museum of Photography (inside the public library), the Viking Saga Museum, the Reykjavik Children&#39;s Park and &quot;zoo&quot; (more of a petting zoo) and took the elevator to the observatory at The Pearl. The city is surprisingly cosmopolitan yet retains a small town hospitality that acts as a reminder that there are only 120,000 people within city limits.&nbsp; Despite the high cost of bars and restaurants in Reykjavik&#39;s centre we managed to find a number of reasonably priced eateries serving delicious and fresh food. Here are some of our recommendations: Babalu (grilled&nbsp; Easter Egg Hunt in Einar J&oacute;nsson Sculpture GardenEaster Egg Hunt in Einar J&oacute;nsson Sculpture Garden Easter Egg Hunt in Einar J&oacute;nsson Sculpture Garden Hallgr&iacute;mskirkja in the background. cheese and tomato soup), C is for Cookie (homemade soup and sandwiches with great cheesecake), Laundromat Cafe (lake trout with root vegetables was outstanding and the children&#39;s play area in the basement is something to behold!), Austur India Fjelagid (delicious vegetarian Thali), Graen Kostur (Eastern inspired fusion veggie food with two lunch options daily). For drinks, Microbar has a lot of local craft beers on tap (Happy Hour from 5-8 pm). The Labowski Bar also seemed like an amazing place but they were having pub trivia when we walked in so we didn&#39;t stay for a drink.&nbsp; Our Sadcar managed a number of day trips from Reykjavik; we drove north through the Hvalfjorour (Whale Fjord), stopping for a picnic near some rapids. We drove to the geothermal town of Hverager&eth;i and onto the famed Eyjafjallajokull volcano which erupted in 2010 causing flight cancellations across Europe. We drove the Golden Circle with stops at Geyser, Pingvellir National Park and the Gulfoss waterfall. Once you leave Reykjavik the geography is stark but majestic with green fields punctuated with black volcanic rock, rolling hills, steep mountain passes and steam rising into the air from thermal vents dotting the landscape throughout.&nbsp; Dennie&nbsp; Outside of the Blue LagoonOutside of the Blue Lagoon Outside of the Blue Lagoon and I have fast come to the realization that when travelling with a baby, the experience is more fun for all if all planning revolves around the baby. And while Reykjavik&#39;s legendary nightlife may have called my name once or twice, parenting with a hangover certainly did not. As such, we spent a good deal of our time in Iceland immersing ourselves into the thermal pool culture. With 122 thermal pools and 17 in Reykjavik alone, we made it our mission to swim in a new pool each day. In Reykjavik we swam at Laugardalslaug, Sundhollin, Arbaejarlaug, Grafarvogslaug, Sudurbaejarlaug, and Asvallalaug. During our day trips around the Icelandic country side we also had the opportunity to swim at the beautiful pool at Hverageroi, naked in the deserted Seljallalaug located in a mountain valley surrounded by waterfalls, and on our last day at expensive but amazing Blue Lagoon. 9 pools in 9 days. The water in all public pools is chemical free, heated through geothermal, and nearly all have a number of &quot;hot pots&quot;, saunas, lanes for swimming, kids pools, and water-slides. I got the impression from my time sitting in &quot;hot pots&quot; chatting with locals that thermal pools are important&nbsp; Enroute to the Seljvavellir hot pool Enroute to the Seljvavellir hot pool&nbsp; Enroute to the Seljvavellir hot pool gathering places for members of the community. Old and young alike move between the various pools and openly converse with strangers and friends. In moments where Henry was grumpy or tired we always knew we were within a few minutes from a pool where he would immediately be transformed back into the smiling Hank we have become used to. While the pools certainly made travelling in Iceland with a baby much easier, it is the Icelandic people who really make Iceland a child friendly locale. Almost every restaurant we went to had a children&#39;s play area, there was signage that encouraged breastfeeding, and all bars and pubs allow children. Icelandic people were warm and outgoing but not loud or obnoxious and no matter where we went, it seemed they had thought about ways to welcome children.&nbsp; On our final morning in Iceland, I walked down the street from our apartment to pick up a couple cd&#39;s at Tonar 12. I sat on their comfy couches listening to FM Belfast and Seabear while Henry rummaged through the stacks. Without asking, the man running the shop brought me an espresso. I picked up a Reykjavik guidebook from a coffee table and&nbsp; Dennie driving our Sad CarDennie driving our Sad Car Dennie driving our Sad Car opened the book to the first page to read the mayor&#39;s welcome message for visitors. Jon Gnarr (the mayor) foretold his version of the country&#39;s origin. I read,&nbsp; &quot;But how can it be that such a warm country came to possess such a frigid name? Yes, the explanation is simple: MISUNDERSTANDING. Ing&oacute;lfur Arnarson, the first man that found Reykjav&iacute;k, wasn&rsquo;t on his way here at all. He was en route to the United States of America, to buy grapes and other fast food that grew wild there in those days. He was very interested in food. And also homicide. On his way he noticed a cloud of smoke ascending to the heavens from an unknown country. His curious nature got the best of him, and he changed his course and set sail to Reykjav&iacute;k (Reykjav&iacute;k literally means &ldquo;smoky bay&rdquo;!).&nbsp; &nbsp; &nbsp; As he disembarked his ship, he saw that the smoke was in fact steam rising from Reykjav&iacute;k&rsquo;s many swimming pools. He was therefore quick in tearing off the suit of armour that he had worn in case he&rsquo;d encounter some Native Americans while picking grapes, and jumping into some swim trunks. After swimming a good&nbsp; Hank test driving Indie music at Tonar 12 in ReykjavikHank test driving Indie music at Tonar 12 in Reykjavik Hank test driving Indie music at Tonar 12 in Reykjavik 500 metres he sat in the hot tub and relaxed. After a fun chat with the locals he had forgotten all about America. Who needs to travel all the way to America to pick grapes when there&rsquo;s a shop on Laugavegur called V&iacute;nberi&eth; (V&iacute;nberi&eth; literally means: &ldquo;the grape&rdquo;)? Ing&oacute;lfur decided to settle here. He rented a small apartment along with his wife, Hallveig Fr&oacute;&eth;ad&oacute;ttir, who many claim was the daughter of Frodo from &lsquo;Lord Of The Rings&rsquo;. Nothing has been proven about that, however. One day Ing&oacute;lfur and Hallveig were taking a stroll around town. They were walking their dog, who was called Pl&uacute;t&oacute; and was a Great Dane. It was a sizzling hot summer&rsquo;s day. It was long before the t-shirt was invented. They were both dressed in full suits of armour, with swords and shields and helmets and everything. They stopped by at &Iacute;sb&uacute;&eth; Vesturb&aelig;jar in Hagamelur to get some ice cream and cool down. The story goes that Ing&oacute;lfur asked the clerk whether she knew what the country was called.&nbsp; She thought it was called Thule. Ing&oacute;lfur felt that was a stupid name.&nbsp; &ldquo;No country can be called Thule&rdquo;, he said.&nbsp; Outside the&nbsp; Henry inside the eyjafjallajokull theatreHenry inside the eyjafjallajokull theatre Henry inside the eyjafjallajokull theatre ice cream shop, a crowd had gathered. They had heard that foreign visitors were in town. A lot of those people were elves. Ing&oacute;lfur then approached the crowd, raised his ice cream cone aloft and shouted:&nbsp; &ldquo;Henceforth this country will be called Iceland, because one can get the world&rsquo;s best ice cream here!&rdquo;.&nbsp; Today we have a statue of Ing&oacute;lfur. The statue depicts Ing&oacute;lfur dying of heat, leaning on his dog.&nbsp; Don&rsquo;t be a stranger, be like Ing&oacute;lfur! &quot;&nbsp; Only in Iceland!&nbsp; [slug] => https://travelagency.dreamdesire.org/api/blog/Peace-Train-A-Long-Time-Coming ) ) )
session_currency PKR
session_lang en
admin_email info@dreamdesire.org
Key Value
PATH /usr/local/bin:/bin:/usr/bin
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_ENCODING br,gzip
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_HOST travelagency.dreamdesire.org
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
DOCUMENT_ROOT /home/dreamdes/travelagency.dreamdesire.org
REMOTE_ADDR 3.239.3.196
REMOTE_PORT 60100
SERVER_ADDR 193.108.130.11
SERVER_NAME travelagency.dreamdesire.org
SERVER_ADMIN webmaster@travelagency.dreamdesire.org
SERVER_PORT 443
REQUEST_SCHEME https
REQUEST_URI /en/pkr/hotel/dubai/hyatt-regency-perth/38/13-09-2024/14-09-2024/1/2/0/1/IN/IN/0
REDIRECT_URL /en/pkr/hotel/dubai/hyatt-regency-perth/38/13-09-2024/14-09-2024/1/2/0/1/IN/IN/0
REDIRECT_REQUEST_METHOD GET
HTTPS on
REDIRECT_STATUS 200
X_SPDY HTTP2
SSL_PROTOCOL TLSv1.3
SSL_CIPHER TLS_AES_256_GCM_SHA384
SSL_CIPHER_USEKEYSIZE 256
SSL_CIPHER_ALGKEYSIZE 256
SCRIPT_FILENAME /home/dreamdes/travelagency.dreamdesire.org/index.php
QUERY_STRING url=en/pkr/hotel/dubai/hyatt-regency-perth/38/13-09-2024/14-09-2024/1/2/0/1/IN/IN/0
SCRIPT_URI https://travelagency.dreamdesire.org/en/pkr/hotel/dubai/hyatt-regency-perth/38/13-09-2024/14-09-2024/1/2/0/1/IN/IN/0
SCRIPT_URL /en/pkr/hotel/dubai/hyatt-regency-perth/38/13-09-2024/14-09-2024/1/2/0/1/IN/IN/0
SCRIPT_NAME /index.php
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE LiteSpeed
REQUEST_METHOD GET
X-LSCACHE on,crawler
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1728826441.2208
REQUEST_TIME 1728826441
empty
0. Whoops\Handler\PrettyPageHandler