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

Total Rejected Enquiry

{{$total_ib_reject_enquiry}}

Total In-Process Enquiries

{{$total_ib_process_enquiry}}

Your IB Deal Enquiry
@forelse($ib_enquiry as $enquiry_ib_data) @empty @endforelse
Date Deal Name Nature Of Funding Deal Amount(in Rs) Status
{{ \Carbon\Carbon::parse($enquiry_ib_data->created_at)->isoFormat('DD MMM YYYY')}} {{ucfirst($enquiry_ib_data->deal_name)}} {{$enquiry_ib_data->funding_type}} {{$enquiry_ib_data->deal_amount}} Un Seen

No Records Found !

Some Latest IB Deal Products

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

Budget : {{$deal_data->deal_size_title}}

Project Type : {{$deal_data->industry_sectors_title}}
Nature of Deal : {{ucwords($deal_data->nature_deal_title)}}

{!!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