Files
freeu-project/resources/views/Frontend/Pages/platform_features.blade.php
2024-04-16 15:17:56 +05:30

101 lines
4.5 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $currentPage = "why_freeU" ?>
@extends('Frontend.layouts.master')
@section('content')
<!--<div class="inner-banner">-->
<!-- <div class="container">-->
<!-- <div class="banner-content">-->
<!-- <div>-->
<!-- <h2>Platform features and benefits</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-fluid">
<div class="works-section">
<div class="platform-head">
<div class="heading-logo">
<img width="30" height="30" src="{{asset('public/assets/media/FrontendImages/Clip path group.svg')}}" alt="">
</div>
<div>
<h4 class="page-title mb-0">Platform features and benefits</h4>
</div>
</div>
<div class="works-section-inner">
<div class="platform-card">
<div class="work-images">
<img src="{{imagePath('public/assets/media/FrontendImages/Group13515.svg')}}" alt="">
</div>
<div class="work-content">
<h4>Indias first Platform for Secondary Transaction in Alternative Investment Funds</h4>
<ul>
<li>
Alongside helping you find liquidity for sale of investments, our brokerage charges are 10 times less than current industry practices
</li>
</ul>
</div>
</div>
<div class="platform-card">
<div class="work-images">
<img src="{{asset('public/assets/media/FrontendImages/Group13514.svg')}}" alt="">
</div>
<div class="work-content ">
<h4>Access to High Quality Instruments and Research</h4>
<ul>
<li>
All Investments on Our Portal undergo our Due-Diligence and Quality Checks.
</li>
<li>
We aim to provide more information about the asset managers/manufacturers than any other platform.
</li>
<li>
We provide you a detailed understanding of returns and risks of the instruments to help you make an informed decision
</li>
</ul>
</div>
</div>
<div class="platform-card">
<div class="work-images">
<img src="{{imagePath('public/assets/media/FrontendImages/Group13517.svg')}}" alt="">
</div>
<div class="work-content ">
<h4>Hassle-Free Investment Experience</h4>
<ul>
<li>
We make sure your investment process is as hassle-free as possible.
</li>
<li>
We will co-ordinate with all the investment platforms and aim to become your single point of contact for all your post-investment queries.
</li>
</ul>
</div>
</div>
<div class="platform-card">
<div class="work-images">
<img src="{{imagePath('public/assets/media/FrontendImages/Group13516.svg')}}" alt="">
</div>
<div class="work-content ">
<h4>KYM: Know Your Manager Podcast</h4>
<ul>
<li>
Get access to our exclusive Research and enrich your knowledge through our Podcasts and Interviews of Top Asset Managers and Key Personnel of Institutional companies.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
@endsection