@extends('layouts.buddy-screens') @section('content')
@if(session('success') == "Opps! You do not have access") @elseif(session()->has('success'))
× {{session('success')}}
@endif
Total Enquiry Generated

{{$total_enquiry}}

Total Successful Enquiry

{{$total_succs_enquiry}}

Total Rejected Enquiry

{{$total_reject_enquiry}}

Total In-Process Enquiries

{{$total_process_enquiry}}

Your AIF Enquiry
@forelse($aif_enquiry as $enquiry_aif) @empty @endforelse
Date of Investment Product Name AUM Amount (in Rs) Partner Name Status
{{ \Carbon\Carbon::parse($enquiry_aif->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_aif->product_name)}} {{$enquiry_aif->deal_amount}} {{ucwords($enquiry_aif->companypartner)}} Un Seen

No Records Found !

Some Latest AIF Products

@forelse($aif_details as $details)
Card image
{{$details->product_name}}

Partner Name : {{$details->companypartner}}

{{$details->short_desc}}

Category : {{preg_replace('/(?<=\\w)(?=[A-Z])/'," $1", $details->category)}}

Posted on : {{ \Carbon\Carbon::parse($details->posted_date)->format('d-m-Y H:i:s')}}

View More
@empty

No Records Found !

@endforelse

You Might be intrested in other Deals

Card image
Ambit Emerging Giants Portfolio

Ambit Capital Private Limited

A portfolio of companies that aims to create wealth over long periods of time by investing in the leaders of tomorrow....

Category : II

Posted on : 2022-08-03 11:49:55

View More
Card image
Ambit Emerging Giants Portfolio

Ambit Capital Private Limited

A portfolio of companies that aims to create wealth over long periods of time by investing in the leaders of tomorrow....

Category : II

Posted on : 2022-08-03 11:49:55

View More
Card image
Ambit Emerging Giants Portfolio

Ambit Capital Private Limited

A portfolio of companies that aims to create wealth over long periods of time by investing in the leaders of tomorrow....

Category : II

Posted on : 2022-08-03 11:49:55

View More
@endsection