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

No Records Found !

Some Latest Fixed Income Securities Products

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

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