108 lines
7.3 KiB
PHP
108 lines
7.3 KiB
PHP
@extends('Frontend.layouts.master')
|
|
@section('content')
|
|
<div>
|
|
<div class="private-funds-banner">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<div class="banner-text-contain">
|
|
<h2>Private Equity Funds</h2>
|
|
<button>Category I AIF</button>
|
|
<h4>Exclusive Investment Opportunities in Thriving Private Sectors.</h4>
|
|
<p>Private Equity Funds offer investors the opportunity to invest<br> in private companies across various stages of their lifecycle. <br>These funds seek to create value through active management <br>and strategic investments, providing a pathway to<br> potentially high returns for investors willing to commit<br> capital over longer time horizons.</p>
|
|
<div class="banner-btn mt-4">
|
|
<a href="#open_investments">View Investments</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 d-flex align-center">
|
|
<div class="banner-profile">
|
|
<h5>Ideal Investment Profile:</h5>
|
|
<div class="profile d-flex">
|
|
<img src="{{asset('public/assets/media/FrontendImages/profile-banner.svg')}}">
|
|
<div>
|
|
<p>Expected IRR (p.a.): More than 15%</p>
|
|
<p>Suggested Horizon: More than 7 Years</p>
|
|
<p>Minimum Investment as per SEBI: ₹ 1,00,00,000</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="your-investment">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6 col-ms-12">
|
|
<h2 class="invest-fund">KYI: Know Your Investment</h2>
|
|
<div>
|
|
<h3 class="mb-3">What do Private Equity Funds do?</h3>
|
|
<p>Private Equity Funds are investment vehicles that pool<br> capital to invest in private companies or buy out public<br> companies, taking them private. These investments <br>typically focus on acquiring significant or controlling <br>stakes, allowing for active management and strategic<br> decision-making to drive growth and profitability.</p>
|
|
</div>
|
|
<div>
|
|
<h3 class="mb-3">Why Invest in Private Equity Funds?</h3>
|
|
<p>Investing in Private Equity Funds allows access to high<br>-potential private market investments, usually inaccessible<br> to the average investor. These funds offer potential for <br>higher returns compared to public markets, as they work to<br> improve the operations, strategy, and management of their<br> portfolio companies.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-ms-12">
|
|
<div class="dist-fund">
|
|
<p class="fw-two text-center mb-4">Assessing Risk and Return Across Stages of Private Equity <br> Investment</p>
|
|
<img src="{{asset('public/assets/media/FrontendImages/Private-equity.svg')}}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="annual mb-5 mt-5">
|
|
<div class="align-items-center">
|
|
<img src="{{asset('public/assets/media/FrontendImages/Risk-Char.svg')}}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="banifit-tabs mt-4" id="open_investments">
|
|
<div class="container">
|
|
<nav>
|
|
<div class="nav nav-tabs justify-content-center" id="nav-tab" role="tablist">
|
|
<button class="nav-link benefits active" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#nav-home" type="button" role="tab" aria-controls="nav-home" aria-selected="true">Benefits</button>
|
|
<button class="nav-link risks" id="nav-profile-tab" data-bs-toggle="tab" data-bs-target="#nav-profile" type="button" role="tab" aria-controls="nav-profile" aria-selected="false">Risks</button>
|
|
</div>
|
|
</nav>
|
|
<div class="tab-content" id="nav-tabContent">
|
|
<div class="tab-pane benefits fade active show" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
|
|
<ul>
|
|
<li><strong>Potential for Higher Returns: </strong> Investment in private markets can yield higher returns compared to traditional public market investments.</li>
|
|
<li><strong>Active Management: </strong> Hands-on approach in managing portfolio companies to unlock value and drive growth.</li>
|
|
<li><strong>Access to Exclusive Opportunities:</strong> Exposure to private companies and unique investment opportunities not available in public markets.</li>
|
|
<li><strong>Strategic Influence:</strong> Ability to influence company strategy and operations through significant ownership stakes.</li>
|
|
<li><strong>Diversification:</strong> Adds a different dimension to an investment portfolio, diversifying away from the volatility of public markets.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="tab-pane risks fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
|
|
<ul>
|
|
<li><strong>Capital Lock-Up:</strong> Investments in private equity typically require a long-term commitment, with capital locked up for several years.</li>
|
|
<li><strong>Higher Risk:</strong> Private equity involves higher risks, including operational, market, and execution risks associated with transforming companies.</li>
|
|
<li><strong>Complexity and Cost:</strong> Investments can be complex, often involving high management and performance fees.</li>
|
|
<li><strong>Limited Liquidity:</strong> Private equity investments are not easily liquidated and lack the liquidity of public market investments.</li>
|
|
<li><strong>Dependency on Management Expertise:</strong> Success heavily relies on the fund manager's ability to effectively manage and transform portfolio companies.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<x-learn-more :learnMore="$learnMore" />
|
|
<x-global-private-equity-fund-product :gpefData="$openGPEF" id="open_investments" :type="$type = 'Open Investments'" />
|
|
<x-global-private-equity-fund-product :gpefData="$resaleGPEF" id="resale" :type="$type = 'Resale Investments'" />
|
|
<x-global-private-equity-fund-product :gpefData="$fullyFundedGPEF" id="fullyFunded" :type="$type = 'Fully Funded Investments'" />
|
|
<!--<div class="investment">-->
|
|
<!-- <div class="container">-->
|
|
<!-- <h2>Open Investments</h2>-->
|
|
<!-- <div class="dummy-card">-->
|
|
<!-- <h4>As of now, we do not have any investment opportunities available in this category. We will keep you informed about new opportunities through both email updates and mobile app notifications. Stay tuned for updates.</h4>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
@endsection
|