1476 lines
87 KiB
PHP
1476 lines
87 KiB
PHP
@extends('Frontend.layouts.master')
|
|
|
|
<style>
|
|
.investment-strategy .investmentstrategy {
|
|
background: #e8c69f;
|
|
border: navajowhite;
|
|
padding: 7px 20px;
|
|
border-radius: 5px;
|
|
color: #000;
|
|
font-size: 18px;
|
|
line-height: 1.2;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 5px;
|
|
font-family: "Cambria";
|
|
}
|
|
|
|
.investment-strategy .investmentstrategy.active {
|
|
color: #000;
|
|
}
|
|
</style>
|
|
@section('content')
|
|
<div class="{{ auth()->guard('users')->user() == false ? '' : 'd-none' }}">
|
|
<div class="main-banner">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-md-6 aos-init aos-animate" data-aos="fade-right" style="position: relative">
|
|
<div class="banner-left-content mt-4">
|
|
<div class="wealth mb-4">
|
|
<div class="main-head">
|
|
<h2 class="fell-font mb-4">Premier Platform for Alternative Investments</h2>
|
|
<!--<div class="home-banner-btn">-->
|
|
<!-- <div class="buy-assets">-->
|
|
<!-- <a href="{{ route('handpicked-investment') }}">Buy an Asset</a>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="sell-assets">-->
|
|
<!-- <a href="{{ route('seller-forms') }}">Sell an Asset</a>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
<ul class="mb-4">
|
|
<li>Access exotic assets like Real Estate, Private Credit, and <br> Venture Capital.
|
|
</li>
|
|
<li>Diversify and Enhance Your Risk Adjusted Return</li>
|
|
<li>Find Potential Liquidity for Illiquid Alternative Assets.</li>
|
|
</ul>
|
|
<div class="home-banner-sell">
|
|
@if (!auth()->guard('users')->user())
|
|
<div class="blue-btn mt-4">
|
|
<a href="{{ route('register') }}">Sign up</a>
|
|
</div>
|
|
@endif
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<a href="{{ route('register-investor') }}">
|
|
<div class="banner-card aos-init aos-animate" data-aos="fade-up">
|
|
<div class="investor d-flex align-items-center">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/group-one.svg') }}">
|
|
<h6 class="mb-0">For Investors</h6>
|
|
</div>
|
|
<p class="title mb-2">HNWIs and Family Offices</p>
|
|
<p class="enhance-text">Enhance Your Portfolio with Diverse Alternative Assets
|
|
for Superior
|
|
Risk-Adjusted Returns</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 for-invest">
|
|
<a href="{{ route('register-asset-managers') }}">
|
|
<div class="banner-card aos-init aos-animate" data-aos="fade-up">
|
|
<div class="investor d-flex align-items-center">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/group-two.svg') }}">
|
|
<h6 class="mb-0">For Asset Managers</h6>
|
|
</div>
|
|
<p class="title mb-2">For Asset Management Companies </p>
|
|
<p>Amplify Asset Exposure in a Sophisticated Investor Marketplace</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-3 for-invest"></div>
|
|
<div class="col-md-6 for-invest">
|
|
<a href="{{ route('register-intermediaries') }}">
|
|
<div class="banner-card aos-init aos-animate" data-aos="fade-up">
|
|
<div class="investor d-flex align-items-center">
|
|
<img
|
|
src="{{ asset('public/assets/media/FrontendImages/group-three.png') }}">
|
|
<h6 class="mb-0">For Intermediaries</h6>
|
|
</div>
|
|
<p class="title mb-2">Distributors & Advisors</p>
|
|
<p>Explore Unique Asset Opportunities with Reliable Exit Liquidity
|
|
Solutions</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 bridge-img aos-init aos-animate" data-aos="fade-right">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/bg-banner.svg') }}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="primary-offer-one">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6 col-sm-12">
|
|
<h2>Primary Offerings</h2>
|
|
<p>Crafted as your comprehensive gateway to alternative assets, explore a diverse range of investment
|
|
opportunities that span both Indian and global markets. Delve into unique funds and strategies, or
|
|
seize direct investment options in private equity and private credit.</p>
|
|
<ul>
|
|
<li>Invest in Individual Funds and Exotic Strategies.</li>
|
|
<li>Personalized way of finding the right investments for you.</li>
|
|
<li>Access to Detailed Information and Research on the investment Opportunities.</li>
|
|
</ul>
|
|
<div class="blue-btn mt-4">
|
|
<a href="{{ route('handpicked-investment') }}">View Opportunities</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-sm-12">
|
|
<div class="sec-img">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/pri-offring.png') }}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="primary-offer-two">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6 col-sm-12">
|
|
<div class="sec-img">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/Alternatives-Platform.png') }}">
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-sm-12">
|
|
<h2>Secondary Offerings</h2>
|
|
<p>In our pursuit of enhancing transparency, boosting liquidity, and minimizing financial leakage, we
|
|
have become the first platform in Asia dedicated to connecting buyers and sellers of Alternative
|
|
assets.</p>
|
|
<ul>
|
|
<li>Unlock potential liquidity for your illiquid Alternative Investments.</li>
|
|
<li>Enjoy the lowest brokerage fees in the industry for secondary sales.</li>
|
|
<li>Utilize our auction-based system to achieve the best bid for your ask.</li>
|
|
</ul>
|
|
<div class="blue-btn mt-4">
|
|
<a href="{{ route('market_place') }}">View Opportunities</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="why-jericho">
|
|
<div class="blue-bar">
|
|
<div class="container row">
|
|
<div class="col-md-3 bluebr aos-init aos-animate" data-aos="fade-up">
|
|
<div class="row">
|
|
<div class="col-md-5 bluebr-circle">
|
|
<h2>$13Tn+</h2>
|
|
</div>
|
|
<div class="col-md-7 bluebr-txt">
|
|
<h3>Market Size of Global Alternative Assets</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3 bluebr aos-init aos-animate" data-aos="fade-up">
|
|
<div class="row">
|
|
<div class="col-md-5 bluebr-circle">
|
|
<h2>9% CAGR</h2>
|
|
</div>
|
|
<div class="col-md-7 bluebr-txt">
|
|
<h3>Annual Growth Rate of Global Alternative Assets</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3 bluebr aos-init aos-animate" data-aos="fade-up">
|
|
<div class="row">
|
|
<div class="col-md-5 bluebr-circle">
|
|
<h2>$100 Bn</h2>
|
|
</div>
|
|
<div class="col-md-7 bluebr-txt">
|
|
<h3>Size of Alternative Investment Funds (AUM) in India</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3 bluebr aos-init aos-animate" data-aos="fade-up">
|
|
<div class="row">
|
|
<div class="col-md-5 bluebr-circle">
|
|
<h2>50% CAGR</h2>
|
|
</div>
|
|
<div class="col-md-7 bluebr-txt">
|
|
<h3>Annual growth rate of AIF AUM in India</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="alternative">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6 col-sm-12 alter-port aos-init aos-animate" data-aos="fade-right">
|
|
<h2>WHY ALTERNATIVE ASSETS</h2>
|
|
<p>Create an All-Weather portfolio<br> using Alternative Assets</p>
|
|
<ul>
|
|
<li>Reduce your Portfolio Volatility</li>
|
|
<li>Improve your Risk-Adjusted Return</li>
|
|
<li>Enhance your Portfolio Diversification</li>
|
|
<li>Access Unique Investment Opportunities</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-6 col-sm-12 aos-init aos-animate" data-aos="fade-left">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/alter-graph.png') }}">
|
|
<div class="dropdown-tooltip">
|
|
<a class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown"
|
|
aria-expanded="false">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/tooptips-icon.png') }}">
|
|
</a>About the Chart
|
|
<div class="dropdown-menu">
|
|
<p>As of 15/10/2022. The chart represents the largest quarterly drawdowns in the S&P500
|
|
since 01/01/2008. "Private Markets" represents an equally weighted (33.33%) blended index
|
|
across Private Real Estate, Private Equity and Private Credit. Private Real estate consists
|
|
of
|
|
the NCREIF Property Index (33.3%), Private equity consists of Preqin Private Equity Index
|
|
(16.65%) and Private credit consists of Cliffwater Direct Lending Index (16.65%). Past
|
|
performance is not indicative of future results. It is not possible to invest directly in
|
|
an index
|
|
of private market assets. Unless otherwise noted, financial indices assume reinvestment of
|
|
dividends. All indices are unmanaged.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="alter-assets">
|
|
<div class="container">
|
|
<h2>Alternative Assets: The fastest growing Asset Class by
|
|
AUM</h2>
|
|
<div class="row">
|
|
<div class="col-md-6 col-sm-12">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/assets-one.png') }}">
|
|
</div>
|
|
<div class="col-md-6 col-sm-12">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/assets-two.png') }}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
@if (count($topPicks['data']))
|
|
<div class="popular-assets">
|
|
<div class="container">
|
|
<div class="bg-brown-head mb-5">
|
|
<h3 class="aos-init aos-animate" data-aos="fade-right">Popular Assets</h3>
|
|
</div>
|
|
<div class="parimay-card mt-4 mb-5">
|
|
@foreach ($topPicks['data'] as $pick)
|
|
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
|
|
<a href="{{ auth()->guard('users')->check() == true ? route(routeForHandpickedInvestment($pick->categories_id), $pick->slug) : route('login') }}"
|
|
data-route="{{ route(routeForHandpickedInvestment($pick->categories_id), $pick->slug) }}"
|
|
class="redirect_to_page">
|
|
<div class="card-logo">
|
|
@php($propertyImg = $pick->property_image)
|
|
@php($companyLogo = $pick->company_logo)
|
|
@php($fileName = $pick->file_name)
|
|
@if ($propertyImg)
|
|
@php($img = $propertyImg)
|
|
@elseif($companyLogo)
|
|
@php($img = $companyLogo)
|
|
@elseif($fileName)
|
|
@php($img = $fileName)
|
|
@else
|
|
@php($img = asset('public/assets/media/FrontendImages/menu-logo.png'))
|
|
@endif
|
|
<img src="{{ $img }}">
|
|
</div>
|
|
<div class="blur-md">
|
|
@if ($pick->geographic_focus == 'India')
|
|
<img src="{{ asset('public/assets/media/FrontendImages/map.svg') }}">
|
|
@else
|
|
<img src="{{ asset('public/assets/media/FrontendImages/world.png') }}">
|
|
@endif
|
|
<img src="{{ asset(getCategoryIcons($pick->categories_id)) }}">
|
|
|
|
<p>{{ $pick->product_name }}</p>
|
|
</div>
|
|
<div class="middle-sec p-0">
|
|
<p class="cate">Category: {{ $pick->category_name }}</p>
|
|
</div>
|
|
<div class="dics">
|
|
<h4>Minimum Investment: {{ $pick->minimum_investment }}</h4>
|
|
<p>{{ Str::limit($pick->description, 250) }}</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
@endforeach
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endif
|
|
|
|
<!-----------------------This is working explore assets start from here --------------->
|
|
<div class="explore-assets">
|
|
<div class="container">
|
|
<div class="row d-flex align-items-center">
|
|
<div class="col-md-6">
|
|
<div class="bg-brown-head mb-4">
|
|
<h3>Explore Assets</h3>
|
|
<p>ASSET CLASSES</p>
|
|
<h4>Build a Portfolio of exotic<br> assets tailored to your needs.</h4>
|
|
</div>
|
|
<p class="sub-heading">Asset type</p>
|
|
<div class="d-flex gap-3 btn-group asset-type-btns">
|
|
<button class="active inactive parent-filter" id="financial-assets">Financial <br> Assets</button>
|
|
<button class="inactive parent-filter" id="real-assets">Real <br> Assets</button>
|
|
</div>
|
|
<p class="sub-heading">Geographic Focus</p>
|
|
<div class="d-flex gap-3 btn-group geographic-btns">
|
|
<button class="active inactive parent-filter" id="india"><img
|
|
src="{{ asset('public/assets/media/FrontendImages/india-map-country.svg') }}"
|
|
alt="">India</button>
|
|
<button class="inactive parent-filter" id="global"><img
|
|
src="{{ asset('public/assets/media/FrontendImages/global-map.png') }}"
|
|
alt="">Global</button>
|
|
</div>
|
|
<div class="investment-type d-none" style="display:none;">
|
|
<p class="sub-heading">Investment Type</p>
|
|
<div class="d-flex gap-3 btn-group investment-type-btns">
|
|
<button class="active inactive parent-filter active" id="managed-funds">Managed <br>
|
|
Funds</button>
|
|
<button class="inactive parent-filter active" id="direct-investment-opportunities"
|
|
style="display:none";>Direct Investment
|
|
<br> Opportunities</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="investment-strategy">
|
|
<p class="sub-heading">Investment Strategy</p>
|
|
<div class="d-flex gap-3 btn-group investment-strategy-btns">
|
|
<button class="inactive parent-filter investmentstrategy" id="growth">Growth</button>
|
|
<button class="inactive parent-filter investmentstrategy" id="income">Annuity</button>
|
|
<button class="inactive parent-filter investmentstrategy" id="hybrid">Hybrid</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="card-container">
|
|
<div class="row">
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-hybrid india-financial-assets-managed-funds india-financial-assets-managed-funds-hybrid managed-funds-hybrid">
|
|
<a href="{{ route('alternative-investment-fund.aif-overview') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/alternative.svg') }}"
|
|
alt="">
|
|
<p class="mb-0">Alternative Investment Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-hybrid india-financial-assets-managed-funds india-financial-assets-managed-funds-hybrid managed-funds-hybrid">
|
|
<a href="{{ route('alternative-investment-fund.fund-for-distressed-asset') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/assets-funds.svg') }}">
|
|
<p class="mb-0">Distressed Asset Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-hybrid india-financial-assets-managed-funds india-financial-assets-managed-funds-hybrid managed-funds-hybrid">
|
|
<a href="{{ route('alternative-investment-fund.private-real-asset-fund') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/private.svg') }}"
|
|
alt="">
|
|
<p class="mb-0">Private Real Estate Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-hybrid india-financial-assets-managed-funds india-financial-assets-managed-funds-hybrid managed-funds-hybrid">
|
|
<a href="{{ route('fractional-real-estate.fre-overview') }}">
|
|
<div class="card-info ">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/fract-state.svg') }}"
|
|
alt="">
|
|
<p class="mb-0">Fractional Commercial Real Estate</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-growth india-financial-assets-managed-funds india-financial-assets-managed-funds-growth managed-funds-growth">
|
|
<a href="{{ route('alternative-investment-fund.long-only-equity-funds') }}">
|
|
<div class="card-info ">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/bay-arrow.svg') }}">
|
|
<p class="mb-0">Long-Only Equity Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-hybrid india-financial-assets-managed-funds india-financial-assets-managed-funds-hybrid managed-funds-hybrid">
|
|
<a href="{{ route('alternative-investment-fund.infrastructure-fund') }}">
|
|
<div class="card-info ">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/Infr-funds.svg') }}">
|
|
<p class="mb-0">Infrastructure Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-growth india-financial-assets-managed-funds india-financial-assets-managed-funds-growth managed-funds-growth">
|
|
<a href="{{ route('alternative-investment-fund.venture-capital-fund') }}">
|
|
<div class="card-info ">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/capital-funds.svg') }}">
|
|
<p class="mb-0">Venture Capital Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-income india-financial-assets-managed-funds india-financial-assets-managed-funds-income managed-funds-income">
|
|
<a href="{{ route('alternative-investment-fund.private-credit-funds') }}">
|
|
<div class="card-info ">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/cradit-funds.svg') }}">
|
|
<p class="mb-0">Private Credit Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-growth india-financial-assets-managed-funds india-financial-assets-managed-funds-growth managed-funds-growth">
|
|
<a href="{{ route('alternative-investment-fund.private-equity-fund') }}">
|
|
<div class="card-info ">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/equity-funds.svg') }}">
|
|
<p class="mb-0">Private Equity Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-growth india-financial-assets-managed-funds india-financial-assets-managed-funds-growth managed-funds-growth">
|
|
<a href="{{ route('alternative-investment-fund.angel-fund') }}">
|
|
<div class="card-info ">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/angel-funds.svg') }}">
|
|
<p class="mb-0">Angel Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-growth india-financial-assets-managed-funds india-financial-assets-managed-funds-growth managed-funds-growth">
|
|
<a href="{{ route('alternative-investment-fund.hedge-fund') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/stra-fund.svg') }}">
|
|
<p class="mb-0">Hedge Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 india-financial-assets india-managed-funds india-growth india-financial-assets-managed-funds india-financial-assets-managed-funds-growth managed-funds-growth">
|
|
<a href="{{ route('alternative-investment-fund.private-investment-public-equity') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/pipe-funds.svg') }}">
|
|
<p class="mb-0">PIPE Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 global-financial-assets global-managed-funds global-hybrid global-financial-assets-managed-funds global-financial-assets-managed-funds-hybrid managed-funds-hybrid">
|
|
<a href="{{ route('hedge-funds.overview') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/stra-fund.svg') }}">
|
|
<p class="mb-0">Global Hedge Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
{{-- <div
|
|
class="col-md-6 global-financial-assets global-managed-funds global-hybrid global-financial-assets-managed-funds global-financial-assets-managed-funds-hybrid managed-funds-hybrid">
|
|
<a href="{{ route('reits.overview') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/pipe-funds.svg') }}">
|
|
<p class="mb-0">Global REITS</p>
|
|
</div>
|
|
</a>
|
|
</div> --}}
|
|
<div
|
|
class="col-md-6 global-financial-assets global-managed-funds global-income global-financial-assets-managed-funds global-financial-assets-managed-funds-income managed-funds-income">
|
|
<a href="{{ route('global-private-credit') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/cradit-funds.svg') }}">
|
|
<p class="mb-0">Global Private Credit Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
{{-- <div
|
|
class="col-md-6 global-financial-assets global-managed-funds global-growth global-financial-assets-managed-funds global-financial-assets-managed-funds-growth managed-funds-growth">
|
|
<a href="{{ route('exchange-traded-funds.overview') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/pipe-funds.svg') }}">
|
|
<p class="mb-0">Exotic ETFs</p>
|
|
</div>
|
|
</a>
|
|
</div> --}}
|
|
<div
|
|
class="col-md-6 global-financial-assets global-managed-funds global-growth global-financial-assets-managed-funds global-financial-assets-managed-funds-growth managed-funds-growth">
|
|
<a href="{{ route('global-private-equity-funds.overview') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/equity-funds.svg') }}">
|
|
<p class="mb-0">Global Private Equity Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="col-md-6 global-financial-assets global-managed-funds global-growth global-financial-assets-managed-funds global-financial-assets-managed-funds-growth managed-funds-growth">
|
|
<a href="{{ route('venture-capital-funds.overview') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/capital-funds.svg') }}">
|
|
<p class="mb-0">Global Venture Capital Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 india-financial-assets india-direct-investment-opportunities india-growth india-financial-assets-direct-investment-opportunities india-financial-assets-direct-investment-opportunities-growth direct-investment-opportunities-growth"
|
|
style="display:none";>
|
|
<a href="{{ route('indian-angel-investing') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/angel-investing.svg') }}">
|
|
<p class="mb-0">Indian Angel Investing</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 india-financial-assets india-direct-investment-opportunities india-growth india-financial-assets-direct-investment-opportunities india-financial-assets-direct-investment-opportunities-growth direct-investment-opportunities-growth"
|
|
style="display:none";>
|
|
<a href="{{ route('indian-growth-capital') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/bay-arrow.svg') }}">
|
|
<p class="mb-0">Indian Growth Capital</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 india-financial-assets india-direct-investment-opportunities india-hybrid india-financial-assets-direct-investment-opportunities india-financial-assets-direct-investment-opportunities-hybrid direct-investment-opportunities-hybrid"
|
|
style="display:none";>
|
|
<a href="{{ route('indian-mezzanine-financing') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/doller-fainace.svg') }}">
|
|
<p class="mb-0">Indian Mezzanine Financing</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 india-financial-assets india-direct-investment-opportunities india-income india-financial-assets-direct-investment-opportunities india-financial-assets-direct-investment-opportunities-income direct-investment-opportunities-income"
|
|
style="display:none";>
|
|
<a href="{{ route('indian-private-credit') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/pipe-funds.svg') }}">
|
|
<p class="mb-0">Indian Private Credit</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 india-financial-assets india-direct-investment-opportunities india-growth india-financial-assets-direct-investment-opportunities india-financial-assets-direct-investment-opportunities-growth direct-investment-opportunities-growth"
|
|
style="display:none";>
|
|
<a href="{{ route('indian-private-equity') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/pipe-funds.svg') }}">
|
|
<p class="mb-0">Indian Private Equity</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 global-financial-assets global-direct-investment-opportunities global-growth global-financial-assets-direct-investment-opportunities global-financial-assets-direct-investment-opportunities-growth direct-investment-opportunities-growth"
|
|
style="display:none";>
|
|
<a href="{{ route('global-angel-investing') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/angel-investing.svg') }}">
|
|
<p class="mb-0">Global Angel Investing</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 global-financial-assets global-direct-investment-opportunities global-growth global-financial-assets-direct-investment-opportunities global-financial-assets-direct-investment-opportunities-growth direct-investment-opportunities-growth"
|
|
style="display:none";>
|
|
<a href="{{ route('global-growth-capital') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/bay-arrow.svg') }}">
|
|
<p class="mb-0">Global Growth Capital</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 global-financial-assets global-direct-investment-opportunities global-hybrid global-financial-assets-direct-investment-opportunities global-financial-assets-direct-investment-opportunities-hybrid direct-investment-opportunities-hybrid"
|
|
style="display:none";>
|
|
<a href="{{ route('global-mezzanine-financing') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/doller-fainace.svg') }}">
|
|
<p class="mb-0">Global Mezzanine Financing</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 global-financial-assets global-direct-investment-opportunities global-income global-financial-assets-direct-investment-opportunities global-financial-assets-direct-investment-opportunities-income direct-investment-opportunities-income"
|
|
style="display:none";>
|
|
<a href="{{ route('global-private-credit') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/pipe-funds.svg') }}">
|
|
<p class="mb-0">Global Private Credit</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 global-financial-assets global-direct-investment-opportunities global-growth global-financial-assets-direct-investment-opportunities global-financial-assets-direct-investment-opportunities-growth direct-investment-opportunities-growth"
|
|
style="display:none";>
|
|
<a href="{{ route('global-private-equity') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/pipe-funds.svg') }}">
|
|
<p class="mb-0">Global Private Equity</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 real-estate india india-real-estate">
|
|
<a href="{{ route('ire.industrial') }}">
|
|
<div class="card-info">
|
|
<img
|
|
src="{{ asset('public/assets/media/FrontendImages/login-img/alternative.svg') }}">
|
|
<p class="mb-0">Indian Industrial Real Estate</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 real-estate global global-real-estate">
|
|
<a href="{{ route('gre.industrial') }}">
|
|
<div class="card-info">
|
|
<img
|
|
src="{{ asset('public/assets/media/FrontendImages/login-img/alternative.svg') }}">
|
|
<p class="mb-0">Global Industrial Real Estate</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 real-estate india india-real-estate">
|
|
<a href="{{ route('ire.residential') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/resi-real-state.svg') }}">
|
|
<p class="mb-0">Indian Residential Real Estate</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 real-estate global global-real-estate">
|
|
<a href="{{ route('gre.residential') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/resi-real-state.svg') }}">
|
|
<p class="mb-0">Global Residential Real Estate</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 real-estate india india-real-estate">
|
|
<a href="{{ route('ire.commercial') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/comm-real-state.svg') }}">
|
|
<p class="mb-0">Indian Commercial Real Estate</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6 real-estate global global-real-estate">
|
|
<a href="{{ route('gre.commercial') }}">
|
|
<div class="card-info">
|
|
<img src="{{ asset('public/assets/media/FrontendImages/comm-real-state.svg') }}">
|
|
<p class="mb-0">Global Commercial Real Estate</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
@include('Frontend.Pages.testimonial')
|
|
|
|
{{-- <div class="explore-assets">
|
|
<div class="container">
|
|
<div class="row d-flex align-items-center">
|
|
<div class="col-md-6">
|
|
<div class="bg-brown-head mb-4">
|
|
<h3>Explore Assets</h3>
|
|
<p>ASSET CLASSES</p>
|
|
<h4>Build a Portfolio of exotic<br> assets tailored to your needs.</h4>
|
|
</div>
|
|
<p class="sub-heading">Asset type</p>
|
|
<div class="d-flex gap-3 btn-group">
|
|
<button class="inactive">Financial <br> Assets</button>
|
|
<button class="active">Real <br> Assets</button>
|
|
</div>
|
|
<p class="sub-heading">Geographic Focus</p>
|
|
<div class="d-flex gap-3 btn-group">
|
|
<button class="active"><img src="{{asset('public/assets/media/FrontendImages/india-map-country.svg')}}" alt="">India</button>
|
|
<button class="inactive"><img src="{{asset('public/assets/media/FrontendImages/global-map.png')}}" alt="">Global</button>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 aos-init aos-animate" data-aos="fade-left">
|
|
<div class="card-container">
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<a href="{{route('ire.industrial')}}">
|
|
<div class="card-info">
|
|
<img src="{{asset('public/assets/media/FrontendImages/login-img/alternative.svg')}}" alt="">
|
|
<p class="mb-0">Industrial Real Estate</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6"></div>
|
|
<p>
|
|
Invest in high-potential industrial properties, ideal for long-term growth and stable
|
|
revenue generation in diverse
|
|
markets.
|
|
</p>
|
|
<div class="col-md-6">
|
|
<a href="{{route('ire.residential')}}">
|
|
<div class="card-info">
|
|
<img src="{{asset('public/assets/media/FrontendImages/resi-real-state.svg')}}" alt="">
|
|
<p class="mb-0">Residential Real Estate</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6"></div>
|
|
<p>
|
|
Explore residential real estate opportunities for primary acquisition, offering consistent
|
|
returns and stability in
|
|
various housing markets.
|
|
</p>
|
|
<div class="col-md-6">
|
|
<a href="{{route('ire.commercial')}}">
|
|
<div class="card-info ">
|
|
<img src="{{asset('public/assets/media/FrontendImages/comm-real-state.svg')}}" alt="">
|
|
<p class="mb-0">Commercial Real Estate</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6"></div>
|
|
<p>
|
|
Delve into commercial real estate for primary purchase, targeting strategic locations for
|
|
lucrative returns and robust
|
|
market presence.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="explore-assets">
|
|
<div class="container">
|
|
<div class="row d-flex align-items-center">
|
|
<div class="col-md-6 ">
|
|
<div class="bg-brown-head mb-4">
|
|
<h3>Explore Assets</h3>
|
|
<p>ASSET CLASSES</p>
|
|
<h4>Build a Portfolio of exotic<br> assets tailored to your needs.</h4>
|
|
</div>
|
|
<p class="sub-heading">Asset type</p>
|
|
<div class="d-flex gap-3 btn-group">
|
|
<button class="active">Financial <br> Assets</button>
|
|
<button class="inactive">Real <br> Assets</button>
|
|
</div>
|
|
<p class="sub-heading">Geographic Focus</p>
|
|
<div class="d-flex gap-3 btn-group">
|
|
<button class="active"><img src="{{asset('public/assets/media/FrontendImages/india-map-country.svg')}}" alt="">India</button>
|
|
<button class="inactive"><img src="{{asset('public/assets/media/FrontendImages/global-map.svg')}}" alt="">Global</button>
|
|
</div>
|
|
<p class="sub-heading">Investment Type</p>
|
|
<div class="d-flex gap-3 btn-group">
|
|
<button class="active">Managed <br> Funds</button>
|
|
<button class="inactive" style="display:none";>Direct Investment <br> Opportunities</button>
|
|
</div>
|
|
<p class="sub-heading">Investment Strategy</p>
|
|
<div class="d-flex gap-3 btn-group">
|
|
<button class="inactive">Growth</button>
|
|
<button class="inactive">Annuity</button>
|
|
<button class="inactive">Hybrid</button>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="card-container">
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<a href="{{route('hedge-funds.overview')}}">
|
|
<div class="card-info">
|
|
<img src="{{asset('public/assets/media/FrontendImages/stra-fund.svg')}}">
|
|
<p class="mb-0">Hedge Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<a href="{{route('reits.overview')}}">
|
|
<div class="card-info">
|
|
<img src="{{asset('public/assets/media/FrontendImages/fract-state.svg')}}" alt="">
|
|
<p class="mb-0">Real Estate Investment Trust (REITs)</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<a href="{{route('private-credit-funds')}}">
|
|
<div class=" card-info">
|
|
<img src="{{asset('public/assets/media/FrontendImages/cradit-funds.svg')}}">
|
|
<p class="mb-0">Private Credit Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<a href="{{route('exchange-traded-funds.overview')}}">
|
|
<div class="card-info ">
|
|
<img src="{{asset('public/assets/media/FrontendImages/login-img/private.svg')}}" alt="">
|
|
<p class="mb-0">Exotic ETFs</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<a href="{{route('private-equity-funds.overview')}}">
|
|
<div class="card-info ">
|
|
<img src="{{asset('public/assets/media/FrontendImages/equity-funds.svg')}}">
|
|
<p class="mb-0">Private Equity Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<a href="{{route('venture-capital-funds.overview')}}">
|
|
<div class="card-info ">
|
|
<img src="{{asset('public/assets/media/FrontendImages/capital-funds.svg')}}">
|
|
<p class="mb-0">Venture Capital Funds</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="explore-assets">
|
|
<div class="container">
|
|
<div class="row d-flex align-items-center">
|
|
<div class="col-md-6">
|
|
<div class="bg-brown-head mb-4">
|
|
<h3>Explore Assets</h3>
|
|
<p>ASSET CLASSES</p>
|
|
<h4>Build a Portfolio of exotic<br> assets tailored to your needs.</h4>
|
|
</div>
|
|
<p class="sub-heading">Asset type</p>
|
|
<div class="d-flex gap-3 btn-group">
|
|
<button class="active">Financial <br> Assets</button>
|
|
<button class="inactive">Real <br> Assets</button>
|
|
</div>
|
|
<p class="sub-heading">Geographic Focus</p>
|
|
<div class="d-flex gap-3 btn-group">
|
|
<button class="active"><img src="{{asset('public/assets/media/FrontendImages/india-map-country.svg')}}" alt="">India</button>
|
|
<button class="inactive"><img src="{{asset('public/assets/media/FrontendImages/global-map.png')}}" alt="">Global</button>
|
|
</div>
|
|
<p class="sub-heading">Investment Type</p>
|
|
<div class="d-flex gap-3 btn-group">
|
|
<button class="inactive">Managed <br> Funds</button>
|
|
<button class="active" style="display:none";>Direct Investment <br> Opportunities</button>
|
|
</div>
|
|
<p class="sub-heading">Investment Strategy</p>
|
|
<div class="d-flex gap-3 btn-group">
|
|
<button class="inactive">Growth</button>
|
|
<button class="inactive">Annuity</button>
|
|
<button class="inactive">Hybrid</button>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="card-container">
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<a href="angel-funds.php">
|
|
<div class="card-info">
|
|
<img src="{{asset('public/assets/media/FrontendImages/angel-investing.svg')}}" alt="">
|
|
<p class="mb-0">Angel Investing</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6"></div>
|
|
<p class="card-desc">
|
|
Financial backing provided by individuals to startups or entrepreneurs, often in exchange
|
|
for ownership equity.
|
|
</p>
|
|
<div class="col-md-6">
|
|
<a href="venture-capital-funds.php">
|
|
<div class="card-info">
|
|
<img src="{{asset('public/assets/media/FrontendImages/bay-arrow.svg')}}">
|
|
<p class="mb-0">Growth Capital</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6"></div>
|
|
<p class="card-desc">
|
|
Investment in a mature company to support its expansion or restructuring without a change in
|
|
control.
|
|
</p>
|
|
<div class="col-md-6">
|
|
<a href="">
|
|
<div class="card-info ">
|
|
<img src="{{asset('public/assets/media/FrontendImages/doller-fainace.svg')}}" alt="">
|
|
<p class="mb-0">Mezzanine Financing</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6"></div>
|
|
<p class="card-desc">
|
|
A hybrid form of capital that is a mix between equity and debt, often used in leveraged
|
|
buyouts.
|
|
</p>
|
|
<div class="col-md-6">
|
|
<a href="">
|
|
<div class="card-info ">
|
|
<img src="{{asset('public/assets/media/FrontendImages/cradit-funds.svg')}}">
|
|
<p class="mb-0">Private Credit</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6"></div>
|
|
<p class="card-desc">
|
|
Lending activities conducted by non-bank institutions, offering loans to businesses not
|
|
typically serviced by
|
|
traditional banks.
|
|
</p>
|
|
<div class="col-md-6">
|
|
<a href="">
|
|
<div class="card-info ">
|
|
<img src="{{asset('public/assets/media/FrontendImages/equity-funds.svg')}}">
|
|
<p class="mb-0">Private Equity</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-md-6"></div>
|
|
<p class="card-desc">
|
|
Investment in companies that are not publicly traded on a stock exchange, often involving
|
|
direct investment or buyouts.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> --}}
|
|
|
|
|
|
<input type="hidden" name="asset_type" id="asset_type_input">
|
|
<input type="hidden" name="geographic_focus" id="geographic_focus_input">
|
|
<input type="hidden" name="investment_type" id="investment_type_input">
|
|
<input type="hidden" name="investment_strategy" id="investment_strategy_input">
|
|
@endsection()
|
|
@section('scripts')
|
|
<script>
|
|
$('.close_btn').on('click', function() {
|
|
window.location.href = $('.redirect_page').attr('href');
|
|
// alert('close');
|
|
})
|
|
|
|
$('#risk_disclosure').validate({
|
|
ignore: [],
|
|
debug: false,
|
|
rules: {
|
|
checked_risk_disclosure: {
|
|
required: true,
|
|
},
|
|
},
|
|
messages: {
|
|
checked_risk_disclosure: {
|
|
required: "Please check the Term & Condition to move forward",
|
|
},
|
|
},
|
|
submitHandler: function(form) {
|
|
var formData = new FormData(form);
|
|
$.ajax({
|
|
url: "/check-risk-disclosure",
|
|
type: 'post',
|
|
data: formData,
|
|
dataType: 'json',
|
|
contentType: false,
|
|
processData: false,
|
|
success: function(result) {
|
|
if (result.status == 200) {
|
|
// toastr.success(result.message);
|
|
$('#warningModal').modal('hide');
|
|
location.reload();
|
|
}
|
|
// } else {
|
|
// // toastr.warning(result.message);
|
|
// }
|
|
}
|
|
})
|
|
}
|
|
});
|
|
|
|
// $(function() {
|
|
// $(`.india-financial-assets,.global-financial-assets, .india-real-estate, .global-real-estate `)
|
|
// .addClass('d-none');
|
|
// $(`.india-financial-assets-managed-funds-growth`).removeClass('d-none');
|
|
// $('#asset_type_input').val('financial-assets')
|
|
// $('#geographic_focus_input').val('india')
|
|
// $('#investment_type_input').val('managed-funds')
|
|
// $('#investment_strategy_input').val('growth')
|
|
// })
|
|
|
|
$(function() {
|
|
// Set initial values
|
|
$('#asset_type_input').val('financial-assets');
|
|
$('#geographic_focus_input').val('india');
|
|
$('#investment_type_input').val('managed-funds')
|
|
|
|
// Hide all elements initially
|
|
$('.india-financial-assets, .global-financial-assets, .india-real-estate, .global-real-estate')
|
|
.addClass('d-none');
|
|
|
|
// Show only relevant elements
|
|
$('.india-financial-assets').removeClass('d-none');
|
|
$('#financial-assets').addClass('active');
|
|
$('#india').addClass('active');
|
|
|
|
});
|
|
|
|
$('.parent-filter').click(function() {
|
|
let id = this.id;
|
|
// alert(id);
|
|
|
|
if (id == 'financial-assets' || id == 'real-assets') {
|
|
if (id == 'real-assets') {
|
|
$('#investment_type_input').val('')
|
|
$('#investment_strategy_input').val('')
|
|
}
|
|
if (id == 'financial-assets') {
|
|
$('#investment_type_input').val('managed-funds')
|
|
}
|
|
$('#asset_type_input').val(id)
|
|
assetTypeFilter(id)
|
|
|
|
}
|
|
if (id == 'india' || id == 'global') {
|
|
$('#geographic_focus_input').val(id)
|
|
geographicFilter(id)
|
|
}
|
|
|
|
if (id == 'managed-funds' || id == 'direct-investment-opportunities') {
|
|
// alert(id)
|
|
$('#investment_type_input').val('managed-funds')
|
|
// $('#investment_type_input').val(id)
|
|
investmentTypeFilter(id)
|
|
}
|
|
|
|
if (id == 'growth' || id == 'income' || id == 'hybrid') {
|
|
var button = $(this);
|
|
// Check if the button is active or inactive
|
|
var isActive = button.hasClass('active');
|
|
// Toggle active/inactive state
|
|
toggleActive(button);
|
|
|
|
$('#investment_strategy_input').val(id)
|
|
investmentStrategyFilter(id, !isActive)
|
|
}
|
|
})
|
|
|
|
function assetTypeFilter(type) {
|
|
// alert(type);
|
|
if (type == null) {
|
|
return;
|
|
}
|
|
$(`#financial-assets , #real-assets`).removeClass('active');
|
|
$(`#${type}`).addClass('active');
|
|
let geography = $('#geographic_focus_input').val();
|
|
let investmentType = $('#investment_type_input').val();
|
|
// let investmentType = $('#investment_type_input').val();
|
|
let investmentStrategy = $('#investment_strategy_input').val();
|
|
// alert(investmentType);
|
|
if (type == 'financial-assets') {
|
|
$('.investment-type, .investment-strategy').removeClass('d-none');
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
if (geography) {
|
|
$('.india-financial-assets, .global-financial-assets').addClass('d-none');
|
|
$(`.${geography}-financial-assets`).removeClass('d-none')
|
|
}
|
|
|
|
if (investmentType) {
|
|
$('.financial-assets-managed-funds, .financial-assets-direct-investment-opportunities').addClass(
|
|
'd-none');
|
|
$(`.financial-assets-${investmentType}`).removeClass('d-none')
|
|
// $('#managed-funds').removeClass('inactive')
|
|
$('#managed-funds').addClass('active')
|
|
}
|
|
|
|
if (geography && investmentType) {
|
|
$('.india-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities, .global-financial-assets-managed-funds')
|
|
.addClass('d-none');
|
|
$(`.${geography}-financial-assets-${investmentType}`).removeClass('d-none')
|
|
// $('#managed-funds').removeClass('inactive');
|
|
// $('#managed-funds').addClass('active');
|
|
}
|
|
|
|
if (investmentStrategy) {
|
|
$('.india-growth, .global-growth, .india-income, .global-growth, .india-hybrid, .global-hybrid')
|
|
.addClass('d-none');
|
|
$(`.india-${investmentStrategy}, .global-${investmentStrategy}`).removeClass('d-none');
|
|
if (geography) {
|
|
$('.india-growth, .global-growth, .india-income, .global-growth, .india-hybrid, .global-hybrid')
|
|
.addClass('d-none');
|
|
$(`.${geography}-${investmentStrategy}`).removeClass('d-none');
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
if (type == 'real-assets') {
|
|
$(`#managed-funds , #direct-investment-opportunities, #growth, #income, #hybrid`).removeClass('active');
|
|
$('.india-real-estate, .global-real-estate').removeClass('d-none');
|
|
$('.investment-type, .investment-strategy').addClass('d-none');
|
|
$('.india-financial-assets, .global-financial-assets').addClass('d-none');
|
|
$('.india-direct-investment-opportunities, .global-direct-investment-opportunities').addClass('d-none')
|
|
$('.india-managed-funds, .global-managed-funds').addClass('d-none')
|
|
if (geography) {
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
$(`.${geography}-real-estate`).removeClass('d-none')
|
|
}
|
|
}
|
|
}
|
|
|
|
function geographicFilter(type = null) {
|
|
if (type == null) {
|
|
return;
|
|
}
|
|
$(`#india , #global`).removeClass('active');
|
|
$(`#${type}`).addClass('active');
|
|
let assetType = $('#asset_type_input').val();
|
|
let investmentType = $('#investment_type_input').val();
|
|
let investmentStrategy = $('#investment_strategy_input').val();
|
|
|
|
if (type == 'india') {
|
|
$('.india-financial-assets, .india-managed-funds, .india-real-estate, .india-direct-investment-opportunities, .india-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities')
|
|
.removeClass('d-none');
|
|
$('.global-financial-assets, .global-managed-funds, .global-real-estate , .global-direct-investment-opportunities, .global-financial-assets-managed-funds, .global-financial-assets-direct-investment-opportunities')
|
|
.addClass('d-none');
|
|
if (assetType == 'real-assets') {
|
|
$('.global-real-estate').addClass('d-none');
|
|
$('.india-financial-assets, .india-managed-funds, .india-direct-investment-opportunities, .global-financial-assets, .global-managed-funds, .global-direct-investment-opportunities')
|
|
.addClass('d-none');
|
|
$(`.india-real-estate`).removeClass('d-none');
|
|
}
|
|
if (assetType == 'financial-assets') {
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
$('.global-financial-assets').addClass('d-none');
|
|
$(`.india-financial-assets`).removeClass('d-none')
|
|
}
|
|
if (investmentType == 'managed-funds') {
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
$('.global-managed-funds, .global-financial-assets-direct-investment-opportunities, .india-financial-assets-direct-investment-opportunities')
|
|
.addClass('d-none')
|
|
$('.india-managed-funds').removeClass('d-none')
|
|
// $('.india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities, .global-financial-assets-managed-funds').addClass('d-none');
|
|
// $(`.india-financial-assets-managed-funds`).removeClass('d-none')
|
|
}
|
|
if (investmentType == 'direct-investment-opportunities') {
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
$('.india-financial-assets-managed-funds, .global-financial-assets-direct-investment-opportunities, .global-financial-assets-managed-funds')
|
|
.addClass('d-none');
|
|
$(`.india-financial-assets-direct-investment-opportunities `).removeClass('d-none')
|
|
}
|
|
if (investmentStrategy) {
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
$('.global-growth, .global-income, .global-hybrid').addClass('d-none');
|
|
$('.india-growth, .india-income, .india-hybrid').addClass('d-none');
|
|
$(`.india-${investmentStrategy}`).removeClass('d-none');
|
|
}
|
|
if (assetType == 'financial-assets' && investmentType && investmentStrategy) {
|
|
console.log('enter')
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
$(`.india-financial-assets-managed-funds, .global-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities`)
|
|
.addClass('d-none');
|
|
$(`.india-financial-assets-${investmentType}-${investmentStrategy}`).removeClass('d-none');
|
|
}
|
|
}
|
|
|
|
if (type == 'global') {
|
|
$('.india-financial-assets, .india-managed-funds, .india-real-estate, .india-direct-investment-opportunities, .india-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities')
|
|
.addClass('d-none');
|
|
$('.global-financial-assets, .global-managed-funds, .global-real-estate , .global-direct-investment-opportunities, .global-financial-assets-managed-funds, .global-financial-assets-direct-investment-opportunities')
|
|
.removeClass('d-none');
|
|
if (assetType == 'real-assets') {
|
|
$('.india-real-estate').addClass('d-none');
|
|
$('.india-financial-assets, .india-managed-funds, .india-direct-investment-opportunities .global-financial-assets, .global-managed-funds, .global-direct-investment-opportunities')
|
|
.addClass('d-none');
|
|
$(`.global-real-estate`).removeClass('d-none')
|
|
}
|
|
if (assetType == 'financial-assets') {
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
$('.global-financial-assets').removeClass('d-none');
|
|
$(`.india-financial-assets`).addClass('d-none')
|
|
}
|
|
if (investmentType == 'managed-funds') {
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
$('.india-managed-funds, .global-financial-assets-direct-investment-opportunities, .india-financial-assets-direct-investment-opportunities')
|
|
.addClass('d-none')
|
|
$('.global-managed-funds').removeClass('d-none')
|
|
// $('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
// $('.global-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities, .india-financial-assets-managed-funds').addClass('d-none');
|
|
// $(`.global-financial-assets-managed-funds`).removeClass('d-none')
|
|
}
|
|
if (investmentType == 'direct-investment-opportunities') {
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
$('.global-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .india-financial-assets-managed-funds')
|
|
.addClass('d-none');
|
|
$(`.global-financial-assets-direct-investment-opportunities`).removeClass('d-none')
|
|
}
|
|
if (investmentStrategy) {
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
$('.india-growth, .india-income, .india-hybrid').addClass('d-none');
|
|
$('.global-growth, .global-income, .global-hybrid').addClass('d-none');
|
|
$(`.global-${investmentStrategy}`).removeClass('d-none');
|
|
}
|
|
if (assetType == 'financial-assets' && investmentType && investmentStrategy) {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
$(`.india-financial-assets-managed-funds, .global-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities`)
|
|
.addClass('d-none');
|
|
$(`.global-financial-assets-${investmentType}-${investmentStrategy}`).removeClass('d-none');
|
|
}
|
|
}
|
|
}
|
|
|
|
function investmentTypeFilter(type) {
|
|
if (type == null) {
|
|
return;
|
|
}
|
|
$(`#managed-funds , #direct-investment-opportunities`).removeClass('active');
|
|
$(`#${type}`).addClass('active');
|
|
// let investmentType = $('#investment_type_input').val();
|
|
let investmentType = 'managed-funds';
|
|
let investmentStrategy = $('#investment_strategy_input').val();
|
|
|
|
if (type == 'managed-funds') {
|
|
$('.india-direct-investment-opportunities, .global-direct-investment-opportunities').addClass('d-none')
|
|
$('.india-managed-funds, .global-managed-funds').removeClass('d-none')
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
let geography = $('#geographic_focus_input').val();
|
|
if (geography) {
|
|
$('.india-managed-funds, .global-managed-funds').addClass('d-none')
|
|
$(`.${geography}-managed-funds`).removeClass('d-none')
|
|
}
|
|
if (investmentType) {
|
|
$('.financial-assets-managed-funds, .financial-assets-direct-investment-opportunities').addClass(
|
|
'd-none');
|
|
$(`.financial-assets-${investmentType}`).removeClass('d-none')
|
|
}
|
|
if (investmentStrategy) {
|
|
|
|
}
|
|
if (geography && investmentType) {
|
|
$('.india-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities, .global-financial-assets-managed-funds')
|
|
.addClass('d-none');
|
|
$(`.${geography}-financial-assets-${investmentType}`).removeClass('d-none')
|
|
}
|
|
|
|
if (geography && investmentType && investmentStrategy) {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
$(`.india-financial-assets-managed-funds, .global-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities`)
|
|
.addClass('d-none');
|
|
$(`.${geography}-financial-assets-${investmentType}-${investmentStrategy}`).removeClass('d-none');
|
|
}
|
|
};
|
|
if (type == 'direct-investment-opportunities') {
|
|
$('.india-direct-investment-opportunities, .global-direct-investment-opportunities').removeClass('d-none')
|
|
$('.india-managed-funds, .global-managed-funds').addClass('d-none')
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
let geography = $('#geographic_focus_input').val();
|
|
if (geography) {
|
|
$('.india-direct-investment-opportunities, .global-direct-investment-opportunities').addClass('d-none')
|
|
$(`.${geography}-direct-investment-opportunities`).removeClass('d-none')
|
|
}
|
|
if (investmentType) {
|
|
$('.financial-assets-managed-funds, .financial-assets-direct-investment-opportunities').addClass(
|
|
'd-none');
|
|
$(`.financial-assets-${investmentType}`).removeClass('d-none')
|
|
}
|
|
if (geography && investmentType) {
|
|
$('.india-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities, .global-financial-assets-managed-funds')
|
|
.addClass('d-none');
|
|
$(`.${geography}-financial-assets-${investmentType}`).removeClass('d-none')
|
|
}
|
|
if (geography && investmentType && investmentStrategy) {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
$(`.india-financial-assets-managed-funds, .global-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities`)
|
|
.addClass('d-none');
|
|
$(`.${geography}-financial-assets-${investmentType}-${investmentStrategy}`).removeClass('d-none');
|
|
}
|
|
};
|
|
}
|
|
|
|
function investmentStrategyFilter(type, isActive) {
|
|
if (type == null) {
|
|
return;
|
|
}
|
|
|
|
// Check if the buttons in asset-type-btns and geographic-btns are active
|
|
var isAssetActive = $('.asset-type-btns button.active').length > 0;
|
|
var isGeographicActive = $('.geographic-btns button.active').length > 0;
|
|
var activeAssetId = $('.asset-type-btns button.active').attr('id');
|
|
var activeGeographicId = $('.geographic-btns button.active').attr('id');
|
|
|
|
|
|
// alert(isActive);
|
|
if (isActive) {
|
|
$(`#growth , #income, #hybrid`).removeClass('active');
|
|
$(`#${type}`).addClass('active');
|
|
let assetType = $('#asset_type_input').val();
|
|
let geography = $('#geographic_focus_input').val();
|
|
let investmentType = $('#investment_type_input').val();
|
|
if (type == 'growth') {
|
|
// $('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
hideRealAssets();
|
|
$('.india-hybrid, .global-hybrid, .india-income, .global-income').addClass('d-none')
|
|
$('.india-growth, .global-growth').removeClass('d-none')
|
|
if (geography) {
|
|
$('.india-growth, .global-growth').addClass('d-none')
|
|
$(`.${geography}-growth`).removeClass('d-none')
|
|
}
|
|
if (assetType == 'financial-assets') {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
}
|
|
if (investmentType) {
|
|
$('.managed-funds-growth, .direct-investment-opportunities-growth, .direct-investment-opportunities-hybrid, .managed-funds-income, .managed-funds-hybrid, .direct-investment-opportunities-income')
|
|
.addClass('d-none');
|
|
$(`.${investmentType}-growth`).removeClass('d-none');
|
|
}
|
|
if (geography && assetType == 'financial-assets') {
|
|
$('.india-financial-assets, .global-financial-assets').addClass('d-none');
|
|
$(`.${geography}-financial-assets`).removeClass('d-none');
|
|
}
|
|
if (geography && assetType == 'financial-assets' && investmentType) {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
$(`.india-financial-assets-managed-funds, .global-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities`)
|
|
.addClass('d-none');
|
|
$(`.${geography}-financial-assets-${investmentType}-growth`).removeClass('d-none');
|
|
}
|
|
}
|
|
|
|
if (type == 'income') {
|
|
// $('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
hideRealAssets();
|
|
$('.india-growth, .global-growth, .india-hybrid, .global-hybrid').addClass('d-none')
|
|
$('.india-income, .global-income').removeClass('d-none');
|
|
if (geography) {
|
|
$('.india-income, .global-income').addClass('d-none');
|
|
$(`.${geography}-income`).removeClass('d-none')
|
|
}
|
|
if (assetType == 'financial-assets') {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
}
|
|
// if(investmentType){
|
|
// $('.india-managed-funds, .india-direct-investment-opportunities, .global-managed-funds, .global-direct-investment-opportunities').addClass('d-none');
|
|
// $(`.india-${investmentType}, .global-${investmentType}`).removeClass('d-none');
|
|
// }
|
|
if (investmentType) {
|
|
$('.managed-funds-growth, .direct-investment-opportunities-growth, .direct-investment-opportunities-hybrid, .managed-funds-income, .managed-funds-hybrid, .direct-investment-opportunities-income')
|
|
.addClass('d-none');
|
|
$(`.${investmentType}-income`).removeClass('d-none');
|
|
}
|
|
if (geography && assetType == 'financial-assets') {
|
|
$('.india-financial-assets, .global-financial-assets').addClass('d-none');
|
|
$(`.${geography}-financial-assets`).removeClass('d-none');
|
|
}
|
|
if (geography && assetType == 'financial-assets' && investmentType) {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
$(`.india-financial-assets-managed-funds, .global-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities`)
|
|
.addClass('d-none');
|
|
$(`.${geography}-financial-assets-${investmentType}-income`).removeClass('d-none');
|
|
}
|
|
|
|
}
|
|
|
|
if (type == 'hybrid') {
|
|
// $('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
hideRealAssets();
|
|
$('.india-growth, .global-growth, .india-income, .global-income').addClass('d-none')
|
|
$('.india-hybrid, .global-hybrid').removeClass('d-none');
|
|
if (geography) {
|
|
$('.india-hybrid, .global-hybrid').addClass('d-none');
|
|
$(`.${geography}-hybrid`).removeClass('d-none')
|
|
}
|
|
if (assetType == 'financial-assets') {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
}
|
|
// if(investmentType){
|
|
// $('.india-managed-funds, .india-direct-investment-opportunities, .global-managed-funds, .global-direct-investment-opportunities').addClass('d-none');
|
|
// $(`.india-${investmentType}, .global-${investmentType}`).removeClass('d-none');
|
|
// }
|
|
if (investmentType) {
|
|
$('.managed-funds-growth, .direct-investment-opportunities-growth, .direct-investment-opportunities-hybrid, .managed-funds-income, .managed-funds-hybrid, .direct-investment-opportunities-income')
|
|
.addClass('d-none');
|
|
$(`.${investmentType}-hybrid`).removeClass('d-none');
|
|
}
|
|
if (geography && assetType == 'financial-assets') {
|
|
$('.india-financial-assets, .global-financial-assets').addClass('d-none');
|
|
$(`.${geography}-financial-assets`).removeClass('d-none');
|
|
}
|
|
if (geography && assetType == 'financial-assets' && investmentType) {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
$(`.india-financial-assets-managed-funds, .global-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities`)
|
|
.addClass('d-none');
|
|
$(`.${geography}-financial-assets-${investmentType}-hybrid`).removeClass('d-none');
|
|
}
|
|
}
|
|
} else {
|
|
|
|
$('#asset_type_input').val(activeAssetId);
|
|
$('#geographic_focus_input').val(activeGeographicId);
|
|
$('#investment_type_input').val('managed-funds');
|
|
$('#investment_strategy_input').val('');
|
|
|
|
// Hide all elements initially
|
|
$('.india-financial-assets, .global-financial-assets, .india-real-estate, .global-real-estate')
|
|
.addClass('d-none');
|
|
|
|
// Show only relevant elements
|
|
$('.india-financial-assets').removeClass('d-none');
|
|
$('#'.activeAssetId).addClass('active');
|
|
$('#'.activeGeographicId).addClass('active');
|
|
|
|
if (activeGeographicId == 'india' || activeGeographicId == 'global') {
|
|
$('#geographic_focus_input').val(activeGeographicId);
|
|
geographicFilter(activeGeographicId);
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
function toggleActive(button) {
|
|
button.toggleClass('active').toggleClass('inactive');
|
|
}
|
|
|
|
if (type == 'hybrid') {
|
|
// $('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
hideRealAssets();
|
|
$('.india-growth, .global-growth, .india-income, .global-income').addClass('d-none')
|
|
$('.india-hybrid, .global-hybrid').removeClass('d-none');
|
|
if (geography) {
|
|
$('.india-hybrid, .global-hybrid').addClass('d-none');
|
|
$(`.${geography}-hybrid`).removeClass('d-none')
|
|
}
|
|
if (assetType == 'financial-assets') {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
}
|
|
// if(investmentType){
|
|
// $('.india-managed-funds, .india-direct-investment-opportunities, .global-managed-funds, .global-direct-investment-opportunities').addClass('d-none');
|
|
// $(`.india-${investmentType}, .global-${investmentType}`).removeClass('d-none');
|
|
// }
|
|
if (investmentType) {
|
|
$('.managed-funds-growth, .direct-investment-opportunities-growth, .direct-investment-opportunities-hybrid, .managed-funds-income, .managed-funds-hybrid, .direct-investment-opportunities-income')
|
|
.addClass('d-none');
|
|
$(`.${investmentType}-hybrid`).removeClass('d-none');
|
|
}
|
|
if (geography && assetType == 'financial-assets') {
|
|
$('.india-financial-assets, .global-financial-assets').addClass('d-none');
|
|
$(`.${geography}-financial-assets`).removeClass('d-none');
|
|
}
|
|
if (geography && assetType == 'financial-assets' && investmentType) {
|
|
$('.india-financial-assets, .global-financial-assets').removeClass('d-none');
|
|
$(`.india-financial-assets-managed-funds, .global-financial-assets-managed-funds, .india-financial-assets-direct-investment-opportunities, .global-financial-assets-direct-investment-opportunities`)
|
|
.addClass('d-none');
|
|
$(`.${geography}-financial-assets-${investmentType}-hybrid`).removeClass('d-none');
|
|
}
|
|
}
|
|
|
|
|
|
function hideRealAssets() {
|
|
$('.india-real-estate, .global-real-estate').addClass('d-none');
|
|
}
|
|
</script>
|
|
@endsection
|