@extends('layouts.buddy-screens') @section('content')
@if(session('success'))
× {{session('success')}}
@endif
Congratulations {{ucwords($user_details->name)}} ! 🎉

You have done 72% more sales today. Check your new badge in your profile.

View Badge User
Payout as DP Buddy

₹ {{$buddy_payout}}

+72.80%
Payout as DP Saarthi

₹ {{$saarthi_payout}}

+28.42%
Total Payout
₹ {{$buddy_payout + $saarthi_payout}} Cr
62% Company Growth
2023
₹ {{$total_saarthi_amount}} Cr
2022
₹ 0
Total Rejected Enquiry

{{$total_rejected_enquiry}}

-14.82%
Total Enquiries

{{$total_enquiry_generated}}

+28.14%
Enquired For Angel Investment
@forelse($enquiry_ai as $enquiry_ai_data) @empty @endforelse
Date User Name Deal Name Deal Type Deal Amount(in Rs) Status
{{ \Carbon\Carbon::parse($enquiry_ai_data->created_at)->isoFormat('DD MMM YYYY')}} {{ucfirst($user_details->name)}} {{ucfirst($enquiry_ai_data->deal_name)}} AI {{$enquiry_ai_data->deal_amount}} Un Seen

No Records Found !

Angel Investment Deals

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

{{$AiData->location_of_business}}

{{$AiData->description}}

Category : II

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

id ) }}" class="btn btn-outline-primary">View More
@empty

No Records Found !

@endforelse
Enquired For IB Deals
@forelse($enquiry_ib as $enquiry_ib_data) @empty @endforelse
Date Deal Name Deal Type Deal Amount(in Rs)
{{ \Carbon\Carbon::parse($enquiry_ib_data->created_at)->isoFormat('DD MMM YYYY')}} {{ucfirst($enquiry_ib_data->deal_name)}} IB {{$enquiry_ib_data->deal_amount}}

No Records Found !

IB Deals

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

{{$IbData->location_of_business}}

{{$IbData->short_description}}

Category : II

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

View More
@empty

No Records Found !

@endforelse
@endsection