@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 PMS Enquiry
@forelse($pms_enquiry as $enquiry_pms) @empty @endforelse
Date of Investment Product Name MINIMUM INVESTEMENT (in Rs) Partner Name Status
{{ \Carbon\Carbon::parse($enquiry_pms->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_pms->product_name)}} {{$enquiry_pms->deal_amount}} {{ucwords($enquiry_pms->companypartner)}} Un Seen

No Records Found !

Some Latest PMS Products

@forelse($pms_details as $details)
Card image
{{$details->productname}}

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

{{$details->shortdescription}}

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

Posted on : {{ \Carbon\Carbon::parse($details->postedon)->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