@extends('adminlayout.mobile_sidebar') @section('content')
From To
Total Buy: ₹{{number_format($totalBuyAmount,2 )}}
Total Sell: ₹{{number_format($totalSellAmount,2 )}}
Total Deposit
₹{{number_format($totalBuyAmount,2 )}}
Total Withdraw
₹{{number_format($totalSellAmount,2 )}}
@foreach($profitData['investmentList'] as $investment)
Today Investor
{{getInvestorsCount($investment->id,'', date('Y-m-d'))}}
Total Investor
{{count($investment->totalInvestor)}}
Invested Amount
₹{{totalInvestedAmount($investment->id)}}
Profit Amount
₹{{getTotalProfitAmount($investment->id)}}
Monthaly Investor
{{getInvestorsCount($investment->id,2)}}
Maturity Investor
{{getInvestorsCount($investment->id,1)}}
TDS
₹{{number_format(getTdsAmount($investment->id),2)}}
Service Charge
₹{{number_format(getServiceChargeAmount($investment->id),2)}}
Suvidha Kendra
₹{{number_format(getSkCommission($investment->id),2)}}
Franchise
₹{{number_format(getFranchiseCommission($investment->id),2)}}
Partner
₹{{number_format(getPartnerCommission($investment->id),2)}}
Admin
₹{{number_format(getAdminCommission($investment->id),2)}}
@endforeach
Recent Activities

no record

content

Total Request
{{$totalRequsted}}
Total Invested
{{$totalDeposit}}
Total TDS
₹{{number_format(getTdsAmount(),2)}}
Total Service Charge
₹{{number_format(getServiceChargeAmount(),2)}}
Suvidha Kendra Commission
₹{{number_format(getSkCommission(),2)}}
Franchise Commission
₹{{number_format(getFranchiseCommission(),2)}}
Partner Commission
₹{{number_format(getPartnerCommission(),2)}}
Admin Commission
₹{{number_format(getAdminCommission(),2)}}
@endsection @if(get_notification_count() != "0") @endif @if(Auth::user()->hasRole('super_admin', 'admin', 'partner', 'franchise', 'suvidha_kendra')) @if($notification!='') @endif @endif