Welcome to Landmark metro Rental & Resale Team!

We are a full-service property rental and resale team based out of Chennai, serving our existing clients. For over five years, we have been helping people rent and resell properties in the most efficient way possible. Our mission is to provide our clients with top-notch service and to ensure they have a positive experience.

We understand that the rental and resale of residences and commercial buildings can be a complex process and we strive to make sure everyone involved has a pleasant experience. We specialize in providing rental liaisons for residential and commercial properties, in addition to assisting existing customers with the resale of their residential and commercial properties.

We have a knowledgeable team of professionals who can effectively manage the rental and resale process easily. Together, we will develop a customized plan tailored to meet your individual needs and budget.

At the Landmark metro Team, we value our customers above all else and strive to provide a stress-free and transparent experience each and every time. We understand that finding the right property and completing the transaction can be daunting and we’re here to make it easy.

If you’re looking for a reliable and professional rental and resale team, look no further than the Landmark Metro Team. From start to finish, we will provide you with the highest quality services, geared towards exceeding your expectations. Don’t hesitate to reach out today. We look forward to working with you and helping you reach your rental or resale goals.

Exception

Error

We're sorry, but an unhandled error occurred. Please see the details below.

The stream or file "/var/www/html/demo/landmark_metro/storage/logs/system.log" could not be opened in append mode: failed to open stream: Permission denied

/var/www/html/demo/landmark_metro/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php line 110

                @chmod($this->url, $this->filePermission);
            }
            restore_error_handler();
            if (!is_resource($this->stream)) {
                $this->stream = null;
 
                throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $this->url));
            }
        }
 
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);

Stack trace

# Called Code Document Line
9 Monolog\Handler\StreamHandler->write() ~/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php 39
8 Monolog\Handler\AbstractProcessingHandler->handle() ~/vendor/monolog/monolog/src/Monolog/Logger.php 344
7 Monolog\Logger->addRecord() ~/vendor/monolog/monolog/src/Monolog/Logger.php 712
6 Monolog\Logger->error() ~/vendor/laravel/framework/src/Illuminate/Log/Writer.php 203
5 Illuminate\Log\Writer->writeLog() ~/vendor/laravel/framework/src/Illuminate/Log/Writer.php 114
4 Illuminate\Log\Writer->error() ~/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php 221
3 Illuminate\Support\Facades\Facade::__callStatic() ~/vendor/october/rain/src/Foundation/Exception/Handler.php 66
2 October\Rain\Foundation\Exception\Handler->report() ~/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php 81
1 Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()