Merge pull request #5 from Ritikeshyadav/RitikeshFreeu

added global private credit funds landing page
This commit is contained in:
Ritikeshyadav
2024-03-29 11:13:47 +05:30
committed by GitHub

View File

@@ -1,135 +1,127 @@
@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>Global Private Equity Funds</h2>
{{-- <button>Category I AIF</button> --}}
<h4>Exclusive Investment Opportunities in Thriving Private Sectors.</h4>
<p>Global 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>
<div class="private-funds-banner">
<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 Global Private Equity Funds do?</h3>
<p>Global 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 Global Private Equity Funds?</h3>
<p>Investing in Global 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 class="col-md-6">
<div class="banner-text-contain">
<h2>Global Private Equity Funds</h2>
<h4>Exclusive Investment Opportunities in Thriving Private Sectors.</h4>
<p>Global 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="#">View Investments</a>
</div>
</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 class="col-md-6 d-flex align-center">
<div class="banner-profile">
<h5>Ideal Investment Profile:</h5>
<div class="profile d-flex">
{{-- <img src="../assets/image/profile-banner.svg"> --}}
<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 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 = 'Primary Offerings'" />
<x-global-private-equity-fund-product :gpefData="$resaleGPEF" id="resale" :type="$type = 'Secondary Offerings'" />
{{-- <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>
</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 Global Private Equity Funds do?</h3>
<p>Global 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 Global Private Equity Funds?</h3>
<p>Investing in Global 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 mb-4">
{{-- <img src="../assets/image/Asset-Class.svg"> --}}
<img src="{{ asset('public/assets/media/FrontendImages/Asset-Class.svg') }}">
</div>
<div class="row">
<div class="col-md-6">
<div class="pers mb-0">
<h2>$7.6tn</h2>
<p>Forecast for private equity assets under management (AUM) by December 2027.</p>
</div>
</div>
<div class="col-md-6">
<div class="pers mb-0">
<h2>5.17ppts</h2>
<p>Expected decline in the annualized performance of global buyout strategies for 2021 - 2027f, compared with the high growth period of 2018 - 2021.</p>
</div>
</div>
<div class="col-md-6">
<div class="pers mb-0">
<h2>2.7%</h2>
<p>Forecast decline in global private equity fundraising in 2023 following a 21.5% expected fall in 2022.</p>
</div>
</div>
<div class="col-md-6">
<div class="pers mb-0">
<h2>19.2%</h2>
<p>Median net IRR return of global private equity funds with a 2009- 2019 vintage.</p>
</div>
</div>
</div>
<p>Source : PrEQIn</p>
</div>
</div>
</div>
<div class="container">
<div class="annual mb-5 mt-5">
<div class="align-items-center">
{{-- <img src="../assets/image/Public-Markets.svg"> --}}
<img src="{{ asset('public/assets/media/FrontendImages/Public-Markets.svg') }}">
</div>
</div>
</div>
<div class="banifit-tabs mt-4">
<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 = 'Primary Offerings'" />
<x-global-private-equity-fund-product :gpefData="$resaleGPEF" id="resale" :type="$type = 'Secondary Offerings'" />
</div>
@endsection