@extends('layouts.admin') @section('content')
Dashboard | Statistics
{{--
--}}
@if ($holded_installments > 0) {{-- holded installments should be paid --}}
Holded installments

There are {{$holded_installments}} holded installments should be paid {{-- View --}}

@endif {{-- Students Courses Card --}} {{-- Students --}}
Students

{{$students_count}}

View Students
@if($wallet_transaction_errors > 0) {{-- Repeated Walled Transaction --}}
Recharge Errors

{{$wallet_transaction_errors}}

View Details
@endif {{-- Extra meeting request --}}
Requests

{{$extra_meeting_requests_count}}

View Requests
{{-- Enrollments --}}
Overall Enrollments

{{$overall_enrollments_count}}

View Enrollments
Active Enrollments

{{$active_enrollments_count}}

View Enrollments
InActive Enrollments

{{$inactive_enrollments_count}}

View Enrollments
{{-- canceled_meetings --}}
{{-- @if (Carbon\Carbon::now() < new Carbon\Carbon('2024-01-04 11:59:59'))
New
@endif --}}
Canceled meetings
{{$canceled_meetings}}
View Details
{{-- installments --}}
Installments

{{$installments}}

View Installments
{{-- Un calculated Transactions --}}
Un-Calculated Transactions

{{$uncalculated_transactions}}

View Transactions
{{-- Inactive Card --}}
Inactive

{{$inactive_count}}

View Students
{{-- @if($duplicated_transaction_by_lesson > 0) --}} {{-- Repeated Walled Transaction --}} {{--
Duplicated Trans

{{$duplicated_transaction_by_lesson}}

View Details
--}} {{-- @endif --}} @if($uncalculated_transactions_less_than_month > 0) {{-- Un calculated Transactions less than month --}}
transactions errror
{{$uncalculated_transactions_less_than_month}}
View Details
@endif @if($uncalculated_installments_less_than_month > 0) {{-- Un calculated Installments less than month --}}
installments errror
{{$uncalculated_installments_less_than_month}}
View Details
@endif @if($group_schedules_not_in_today_meetings > 0) {{-- group_schedules_not_in_today_meetings --}}
today meetings warning
{{$group_schedules_not_in_today_meetings}}
View Details
@endif @if($missed_recordings > 0)
Missed Recordings
{{$missed_recordings}}
View Details
@endif
@endsection