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

Total Successful Enquiry

{{$total_succs_enquiries}}

Total Rejected Enquiry

{{$total_reject_enquiries}}

Total In-Process Enquiries

{{$total_process_enquiries}}

@foreach ($interested_in as $my_products) @if ($my_products->title == "Investment Banking")
Your IB Deal Enquiry
@forelse($ib_enquiry as $enquiry_ib_data) @empty @endforelse
Date Deal Name Nature Of Funding Deal Amount(in Rs) Remark 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}} {{$enquiry_ib_data->enquirycomments}} Un Seen

No Records Found !

Some Latest IB Deal Products

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

Budget:

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
@endif @if ($my_products->title == "Startup Investment")
Your Startup Investment Enquiry
@forelse($ai_enquiry as $enquiry_ai_data) {{-- --}} @empty @endforelse
Date Deal Name name of business Deal Amount(in Rs) Remark 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}} {{$enquiry_ai_data->enquirycomments}} 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
@endif @if ($my_products->title == "Other Services")
Your Other Services Enquiry
@forelse($other_services_enquiry as $enquiry_services) @empty @endforelse
Date Full Name Email Enquiry For Status
{{ \Carbon\Carbon::parse($enquiry_services->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_services->full_name)}} {{$enquiry_services->email_id}} {{ucwords($enquiry_services->enquiry)}} Un Seen

No Records Found !

Services Description
@if($services_desc)

{!!html_entity_decode($services_desc[0]['description'])!!}

@endif
@endif @if ($my_products->title == "PMS")
Your PMS Enquiry
@forelse($pms_enquiry as $enquiry_pms) @empty @endforelse
Date Product Name MINIMUM INVESTEMENT (in Rs) Partner Name Remark 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)}} {{$enquiry_pms->enquirycomments}} Un Seen

No Records Found !

Some Latest PMS Products

@forelse($pms_product_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
@endif @if ($my_products->title == "Mutual Funds")
Mutual Funds Description
@if($fund_desc)

{!!html_entity_decode($fund_desc[0]['description'])!!}

@endif
@endif @if ($my_products->title == "Fixed Income Securities")
Your Fixed Income Securities Enquiry
@forelse($fis_enquiry as $enquiry_fis) @empty @endforelse
Date Product Name AUM Amount(in Rs) Partner Name Remark 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)}} {{$enquiry_fis->enquirycomments}} Un Seen

No Records Found !

Some Latest Fixed Income Securities Products

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

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

{{$details->short_desc}}

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

View More
@empty

No Records Found !

@endforelse
@endif @if ($my_products->title == "Stock Market")
Your Stock Market Enquiry
@forelse($stock_market_enquiry as $enquiry_stock_market) @empty @endforelse
Date Product Name MINIMUM INVESTEMENT (in Rs) Partner Name Remark Status
{{ \Carbon\Carbon::parse($enquiry_stock_market->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_stock_market->product_name)}} {{$enquiry_stock_market->deal_amount}} {{ucwords($enquiry_stock_market->companypartner)}} {{$enquiry_stock_market->enquirycomments}} Un Seen

No Records Found !

Some Latest Stock Market Products

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

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

{{$details->shortdescription}}

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

View More
@empty

No Records Found !

@endforelse
@endif @if ($my_products->title == "Alternate Investment Funds")
Your AIF Enquiry
@forelse($aif_enquiry as $enquiry_aif) @empty @endforelse
Date Product Name AUM Amount (in Rs) Partner Name Remark 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)}} {{$enquiry_aif->enquirycomments}} Un Seen

No Records Found !

Some Latest AIF Products

@forelse($aif_product_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
@endif @if ($my_products->title == "Business Finance")
Your Business Finance Enquiry
@forelse($bf_enquiry as $enquiry_bf) @empty @endforelse
Date Full Name Loan Amount (in Rs) Property Type Remark Status
{{ \Carbon\Carbon::parse($enquiry_bf->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_bf->full_name)}} {{$enquiry_bf->loan_amount}} {{ucwords($enquiry_bf->property_type)}} {{$enquiry_bf->enquirycomments}} Un Seen

No Records Found !

Business Finance Description
@if($business_fin_desc)

{!!html_entity_decode($business_fin_desc[0]['description'])!!} @endif

   
@endif @if ($my_products->title == "Home Loan")
Your Home Loan Enquiry
@forelse($home_loan_enquiry as $enquiry_hl) @empty @endforelse
Date Full Name Loan Amount (in Rs) Property Type Remark Status
{{ \Carbon\Carbon::parse($enquiry_hl->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_hl->full_name)}} {{$enquiry_hl->loan_amount}} {{ucwords($enquiry_hl->property_type)}} {{$enquiry_hl->enquirycomments}} Un Seen

No Records Found !

Home Loan Description
@if($home_loan_desc)

{!!html_entity_decode($home_loan_desc[0]['description'])!!}

@endif   
@endif @if ($my_products->title == "Loan Against Property")
Your Loan Against Property Enquiry
@forelse($lap_enquiry as $enquiry_lap) @empty @endforelse
Date Full Name Loan Amount (in Rs) Property Type Remark Status
{{ \Carbon\Carbon::parse($enquiry_lap->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_lap->full_name)}} {{$enquiry_lap->loan_amount}} {{ucwords($enquiry_lap->property_type)}} {{$enquiry_lap->enquirycomments}} Un Seen

No Records Found !

Loan Against Property Description
@if($lap_desc)

{!!html_entity_decode($lap_desc[0]['description'])!!}

@endif    
@endif @if ($my_products->title == "Personal Loans")
Your Personal Loans Enquiry
@forelse($pl_enquiry as $enquiry_pl) @empty @endforelse
Date Full Name Email Loan Amount (in Rs) Remark Status
{{ \Carbon\Carbon::parse($enquiry_pl->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_pl->full_name)}} {{ucwords($enquiry_pl->email)}} {{$enquiry_pl->loan_amount}} {{$enquiry_pl->enquirycomments}} Un Seen

No Records Found !

Personal Loan Description
@if($personal_loan_desc)

{!!html_entity_decode($personal_loan_desc[0]['description'])!!}

@endif    
@endif @if ($my_products->title == "Business Loan")
Your Business Loan Enquiry
@forelse($bl_enquiry as $enquiry_bl) @empty @endforelse
Date Business Name Business Email Loan Amount (in Rs) Remark Status
{{ \Carbon\Carbon::parse($enquiry_bl->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_bl->full_name)}} {{ucwords($enquiry_bl->email)}} {{$enquiry_bl->loan_amount}} {{$enquiry_bl->enquirycomments}} Un Seen

No Records Found !

Business Loan Description
@if($business_loan_desc)

{!!html_entity_decode($business_loan_desc[0]['description'])!!}

@endif    
@endif {{-- @if ($my_products->title == "Credit Card")
Credit Card Description
@if($credit_desc)

{!!html_entity_decode($credit_desc[0]['description'])!!}

@endif    
Your Credit Card Enquiry
@forelse($cc_enquiry as $enquiry_cc) @empty @endforelse
Date Full Name Email Contact No Status
{{ \Carbon\Carbon::parse($enquiry_cc->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_cc->full_name)}} {{ucwords($enquiry_cc->email)}} {{$enquiry_cc->contact_no}} Un Seen

No Records Found !

@endif --}} @if ($my_products->title == "Life Insurance")
Your Life Insurance Enquiry
@forelse($life_ins_enquiry as $enquiry_life) @empty @endforelse
Date type of insurance coverage required age Remark Status
{{ \Carbon\Carbon::parse($enquiry_life->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_life->type_of_insurance)}} {{$enquiry_life->coverage_required}} {{ucwords($enquiry_life->age)}} {{$enquiry_life->enquirycomments}} Un Seen

No Records Found !

Read more about Life Insurance
@if($life_insu_desc)

{!!html_entity_decode($life_insu_desc[0]['description'])!!}

@endif    
@endif @if ($my_products->title == "Health Insurance")
Your Health Insurance Enquiry
@forelse($health_ins_enquiry as $enquiry_hi) @empty @endforelse
Date type of insurance coverage required age Remark Status
{{ \Carbon\Carbon::parse($enquiry_hi->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_hi->type_of_insurance)}} {{$enquiry_hi->coverage_required}} {{ucwords($enquiry_hi->age)}} {{$enquiry_hi->enquirycomments}} Un Seen

No Records Found !

Read more about Health Insurance
@if($health_insu_desc)

{!!html_entity_decode($health_insu_desc[0]['description'])!!}

@endif    
@endif @if ($my_products->title == "Other General Insurance")
Your General Insurance Enquiry
@forelse($general_ins_enquiry as $enquiry_gi) @empty @endforelse
Date type of insurance coverage required Remark Status
{{ \Carbon\Carbon::parse($enquiry_gi->created_at)->isoFormat('DD MMM YYYY')}} {{ucwords($enquiry_gi->type_of_insurance)}} {{$enquiry_gi->coverage_required}} {{$enquiry_gi->enquirycomments}} Un Seen

No Records Found !

Read more about General Insurance
@if($general_insu_desc)

{!!html_entity_decode($general_insu_desc[0]['description'])!!}

@endif    
@endif @endforeach
@endsection @extends('layouts.chat-screens')