@extends('layouts.buddy-screens') @section('content')
@if(session('success') == "Opps! You do not have access") @elseif(session()->has('success'))
× {{session('success')}}
@endif {{-- model --}}
Congratulations {{ucwords($user_details->name)}} ! 🎉

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

View Badge User
Profit

₹ 12,628

+72.80%
Sales

₹4,679

+28.42%
Total Revenue
62% Company Growth
2022
₹32.5k
2021
₹41.2k
Payments

₹2,456

-14.82%
Transactions

₹14,857

+28.14%
Profile Report
Year 2021
68.2%

₹ 84,686k

Latest 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
@forelse($IbDeal as $IbData)
Card image
{{$IbData->deal_name}}
Budget : {{$IbData->deal_size_title}}

Project Type : {{$IbData->industry_sectors_title}}

Location : {{$IbData->location_of_business}}

{{$IbData->short_description}}

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

View More
@empty

No Records Found !

@endforelse
Order Statistics
42.82k Total Sales

8,258

Total Orders
  • Electronic
    Mobile, Earbuds, TV
    82.5k
  • Fashion
    T-shirt, Jeans, Shoes
    23.8k
  • Decor
    Fine Art, Dining
    849k
  • Sports
    Football, Cricket Kit
    99
  • User
    Paypal
    Send money
    +82.6
    INR
  • User
    Wallet
    Mac'D
    +270.69
    INR
  • User
    Transfer
    Refund
    +637.91
    INR
  • User
    Credit Card
    Ordered Food
    -838.71
    INR
  • User
    Wallet
    Starbucks
    +203.33
    INR
  • User
    Mastercard
    Ordered Food
    -92.45
    INR
@endsection