Files
freeu-project/resources/views/Frontend/Pages/how_it_works.blade.php

177 lines
4.6 KiB
PHP
Raw Normal View History

2024-03-28 14:52:40 +05:30
<?php $currentPage = "how_it_works" ?>
@extends('Frontend.layouts.master')
@section('content')
<!--<div class="inner-banner">-->
<!-- <div class="container">-->
<!-- <div class="banner-content">-->
<!-- <div>-->
<!-- <h2>How it Works</h2>-->
<!--<p>Indias First Secondary Transactions<br> Platform for Alternative Assets. </p>-->
<!-- </div>-->
<!-- <img src="{{asset('public/assets/media/FrontendImages/menu-logo.png')}}">-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<section style="background-color: #EFEAE5;">
<div class="container">
<div class="row works-section">
<div class="col-md-12 d-flex justify-content-center align-items-center gap-2 mb-3">
<div class="heading-logo">
<img width="30" height="30" src="{{asset('public/assets/media/FrontendImages/works.svg')}}" alt="">
</div>
<div>
<h4 class="inner-title mb-0">How it Works</h4>
</div>
</div>
<div class="col-md-6">
<div class="Primary-tran">
<h4 class="inner-title mb-0">Primary Offerings</h4>
<p>Investing directly and gain access to the highest quality financial and real assets.</p>
</div>
<div class="cards-info">
<h4 class=" mb-0">Explore Investment Options</h4>
<p>Explore Products according to your given investment profile, and understand the key features, benefits
and risks of your
products.</p>
</div>
<div class="arrow">
<img width="35" height="35" src="{{asset('public/assets/media/FrontendImages/arrow-down.svg')}}" alt="">
</div>
<div class="cards-info">
<h4 class=" mb-0">Express Interest</h4>
<p>Upon showing interest, a sales representative will reach out to you regarding the asset, providing you a
more detailed
informative understanding of the product.</p>
</div>
<div class="arrow">
<img width="35" height="35" src="{{asset('public/assets/media/FrontendImages/arrow-down.svg')}}" alt="">
</div>
<div class="cards-info">
<h4 class=" mb-0">Investment Process</h4>
<p>Upon making an investment decision, our team will take care of all the logistics and liasoning with the asset
managers/property owners and ensure a hassle-free investment and after-investment support process for you.</p>
</div>
</div>
<div class="col-md-6">
<div class="Primary-tran">
<h4 class="inner-title mb-0">Secondary Offerings</h4>
<p>Hassle-Free Early Liquidity Solution for your exotic and illiquid Investments.</p>
</div>
<div class="cards-info">
<h4 class=" mb-0">Details of Product and Pricing</h4>
<p>Provide us the details of the investment that you intend to sell with the recent valuation report as provided by the
manufacturer of that product (Asset Manager/Property Owner)</p>
</div>
<div class="arrow">
<img width="35" height="35" src="{{asset('public/assets/media/FrontendImages/arrow-down.svg')}}" alt="">
</div>
<div class="cards-info">
<h4 class=" mb-0">Our Due Diligence Process</h4>
<p>We will validate the investments existence with the asset manager and acquire approval of the asset manager for
secondary sale of the units/investment.</p>
</div>
<div class="arrow">
<img width="35" height="35" src="{{asset('public/assets/media/FrontendImages/arrow-down.svg')}}" alt="">
</div>
<div class="cards-info">
<h4 class=" mb-0">Sale Process</h4>
2024-04-26 13:01:13 +05:30
<p>Upon making an investment decision, our team will take care of all the logistics and liaisoning with the asset
2024-03-28 14:52:40 +05:30
managers/property owners and ensure a hassle-free investment and after-investment support process for you.</p>
</div>
</div>
</div>
</div>
</section>
@endsection