@extends('layouts.superadmin.admin') @section('title') {{Str::ucfirst($tenant->company_name)}} @endsection @section('content')

{{Str::ucfirst($tenant->company_name)}}

Total Users
{{number_format($tenant_users_count)}}
Total Subscription
{{number_format($tenant_subscription, 2)}}
Total Donations
{{number_format($tenant_donation, 2)}}
Total Courses
{{number_format($tenant_course_count)}}
Total Mandatory Saving
{{number_format($tenant_saving, 2)}}
Total Voluntary Saving
{{number_format($tenant_voluntary, 2)}}
Total Investment
{{number_format($tenant_investment, 2)}}
Total Mentors
{{number_format($tenant_mentor)}}

Tenant Subscription Features
@if(isset($subscribed_feature))
  • Features
    Action
  • @if($subscribed_feature->feed_feature == 1)
  • Feeds
    feed_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->network_feature == 1)
  • Network
    network_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->profile_feature == 1)
  • Profile
    profile_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->chat_feature == 1)
  • Chat
    chat_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->mentorship_feature == 1)
  • Mentosrship
    mentorship_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->forum_feature == 1)
  • Forum
    forum_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->forum_feature == 1)
  • Forum
    forum_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->elearning_feature == 1)
  • Elearning
    elearning_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->announcement_feature == 1)
  • Announcement
    announcement_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->donation_feature == 1)
  • Donation
    donation_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->referral_feature == 1)
  • Referral
    referral_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->subscription_feature == 1)
  • Subscription
    subscription_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->goal_feature == 1)
  • Goal
    goal_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->visibility_feature == 1)
  • Visibility
    visibility_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->resource_feature == 1)
  • Resources
    resource_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->verify_feature == 1)
  • Verification
    verify_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->saving_feature == 1)
  • Savings
    saving_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->investment_feature == 1)
  • Investment
    investment_status == 1 ? 'checked' : ''}}>
  • @endif @if($subscribed_feature->poll_feature == 1)
  • Polls
    poll_status == 1 ? 'checked' : ''}}>
  • @endif
@else

No subscription

@endif
Subscription plan: {{$subscribed_feature->name ?? "None"}}
@if(isset($subscribed_feature))
{{$subscribed_feature->name}}

{{number_format($subscribed_feature->price, 2)}}/Month
@else

No subscription

@endif
All Users
{{number_format($tenant_users_count)}}
@endsection