@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_ai_enquiry}}

Total Successful Enquiry

{{$total_ai_succs_enquiry}}

Total Rejected Enquiry

{{$total_ai_reject_enquiry}}

Total In-Process Enquiries

{{$total_ai_process_enquiry}}

Your Startup Investment Enquiry
@forelse($ai_enquiry as $enquiry_ai_data) {{-- --}} @empty @endforelse
Date Deal Name name of business Deal Amount(in Rs) Status
{{ \Carbon\Carbon::parse($enquiry_ai_data->created_at)->isoFormat('DD MMM YYYY')}} {{ucfirst($enquiry_ai_data->deal_name)}}{{$enquiry_ai_data->funding_type}}{{$enquiry_ai_data->business}} {{$enquiry_ai_data->deal_amount}} Un Seen

No Records Found !

Some Latest Startup Investment Products

@forelse($AiDeal as $deal_data)
Card image cap
{{$deal_data->deal_name}}

{{$deal_data->location_of_business}}

{!!html_entity_decode($deal_data->short_description)!!}

Posted on : {{$deal_data->created_at}}

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