Dashboard
@if (session('userid')->is_active == 0)Your account is inactive. Please log out and log in again to check the status. If the issue persists, please contact the admin. To chat with admin Click here
@endif
Scheduled Classes
View AllSubject | Student | Date | Time | Status | {{--Action | --}}|
---|---|---|---|---|---|---|
{{$class->subject}} | {{$class->studentname}} | {{ \Carbon\Carbon::parse($class->slotdate)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($class->slottime)->format('h:i A') }} | {{-- @if ($class->is_completed == 1) --}} {{$class->status}} | {{-- @else --}} {{-- Not Started --}} {{-- @endif --}} {{--@if ($class->status == 'Started') Join Class @else Start Class @endif | --}} {{--End Class | --}}
Trial Classes
View AllStudent | Subject | slot | Status | {{--Action | --}}
---|---|---|---|---|
{{$demo->student}}
|
{{$demo->subject}} | {{ $demo->slot_confirmed ? $demo->slot_confirmed->format('d/m/Y h:i:s A') : $demo->slot_1->format('d/m/Y h:i:s A') }} | @if ($demo->status == 1) New @elseif ($demo->status == 2) Scheduled @elseif ($demo->status == 3) Confirmed @elseif ($demo->status == 4) Attended @elseif ($demo->status == 5) Cancelled @else Started @endif | {{--Launch Trial Class | --}}
![]() |
Maths | Today 10:00am |
Conffirmed | 9 Hours Left |
![]() |
Maths | Today 10:00am |
Pending |
Accept
Reject
|
![]() |
Maths | Today 10:00am |
Pending |
Accept
Reject
|
Subject | Assignment Name | Time | Action |
---|---|---|---|
Maths | Algebra | Today 10:00am | Test |
Maths | Algebra | Today 10:00am | Quiz |
Total Marks | Test | Obtained | {{--Action | --}}
---|
Subject | Total Tests | Progress | Action |
---|
{{-- --}}
Welcome To Dashboard
"Education is the key to unlocking a world of possibilities, and with this online tuition app, we're not just gaining knowledge; we're gaining the future. Welcome to a journey of learning, where every lesson brings us closer to our dreams. Together, let's explore, discover, and excel. Here's to the start of an exciting educational adventure!"
{{-- Upgrade Account! --}}
Demo Pending
{{$pending_demos ?? '0'}}
View detailsClasses Taken
{{$classes_taken ?? '0'}}
View detailsTotal Earning
£{{$moneyEarned->total_earned ?? "0"}}
View detailsStudents Enrolled
{{$moneyEarned->student_count ?? "0"}}
View detailsUpcoming Classes
-
25
Tue12:00am - 03:30pm
Meeting for campaign with sales team -
20
Wed02:00pm - 03:45pm
Adding a new event with attachments -
17
Wed04:30pm - 07:15pm
Create new project Bundling Product -
12
Tue10:30am - 01:15pm
Weekly closed sales won checking with sales team
-
@foreach ($upcomingClasses as $class)
-
{{ $class->start_time->format('d') }}
{{ $class->start_time->format('M') }}{{ $class->start_time->format('h:iA') }} - {{ $class->start_time->addMinutes($class->duration)->format('h:iA') }}
{{ $class->topic_name }}
@endforeach
{{--
Showing {{ count($upcomingClasses) }} of {{ $totalClassesCount }} Results
--}}
Upcoming Tests/Quizes
-
25
Tue12:00am - 03:30pm
Meeting for campaign with sales team -
20
Wed02:00pm - 03:45pm
Adding a new event with attachments -
17
Wed04:30pm - 07:15pm
Create new project Bundling Product -
12
Tue10:30am - 01:15pm
Weekly closed sales won checking with sales team
-
@foreach ($upcomingQuizes as $quiz)
-
{{ $quiz->test_start_date->format('d') }}
{{ $quiz->test_start_date->format('M') }}{{ $quiz->test_start_date->format('Y/m/d h:i:s A') }} - {{ $quiz->test_end_date->format('Y/m/d h:i:s A') }}
{{ $quiz->name }}
@endforeach
{{-- Showing {{ $upcomingQuizes->count() }} of {{ $totalQuizes }} Results --}}
Latest Payments
-
25
Tuetxn-1234657890-5012450-5
Purchased 4 Classes For Maths -
20
Wedtxn-1234657890-5012450-5
Purchased 4 Classes For Maths -
17
Wedtxn-1234657890-5012450-5
Purchased 4 Classes For Maths -
12
Tuetxn-1234657890-5012450-5
Purchased 4 Classes For Maths
-
@foreach ($latest_payments as $payment)
-
{{ $payment->payment_date->format('d') }}
{{ $payment->payment_date->format('M') }}{{ $payment->transaction_id }}
Purchased {{ $payment->classes_purchased }} Classes For {{ $payment->name }}
@endforeach
{{--
Showing {{ $latest_payments->count() }} of 125 Results
--}}
Demo Conversion
Total Demo Taken
{{$totalDemosTaken ?? '0'}}
{{--15.72 % vs. previous month
--}}
@php
$colorClasses = ['primary', 'info', 'success', 'warning', 'danger'];
$colorIndex = 0;
@endphp
@foreach ($subjectData as $subject)
{{-- Cycle the color index --}}
@php
$colorIndex = ($colorIndex + 1) % count($colorClasses);
@endphp
@endforeach
@php
$colorClasses = ['primary', 'info', 'success', 'warning', 'danger'];
$colorIndex = 0;
@endphp
@foreach ($subjectData as $subject)
@php
$colorIndex = ($colorIndex + 1) % count($colorClasses);
@endphp
@endforeach
{{ $subject['subject_name'] }}
{{ number_format($subject['percentage'], 2) }}%
{{-- Show All --}}
Upcoming Demo Classes
-
@foreach ($upcoming_demos as $demo)
-
{{ $demo->slot_confirmed ? $demo->slot_confirmed->format('d') : $demo->slot_1->format('d')}}
{{$demo->slot_confirmed ? $demo->slot_confirmed->format('M') : $demo->slot_1->format('M') }}{{ $demo->slot_confirmed ? $demo->slot_confirmed->format('Y/m/d h:i:s A') : $demo->slot_1->format('Y/m/d h:i:s A') }}
{{ $demo->remarks ?? $demo->demo_link}}
@endforeach
{{--
Showing4 of 125 Results
--}}