{{ $totals['students'] }}

Total Students

{{ $growth['students'] }}%

{{ number_format($totals['income']) }}

Income {{ money($totals['income']) }}

{{ $growth['income'] }}%

{{ number_format($totals['unpaidInvoices']) }}

Unpaid Invoices in ( {{ currency() }} )

{{ $growth['unpaidInvoices'] }}%

{{ $totals['attendance'] }}%

Class Attendance

{{ $growth['attendance'] }}%

Students Growth

{{ $students['new'] }}

New Students (Last 30 Days)

You have {{$growth['students']}}% Growth in comparison to the previous month.

Payments perfomance has had a {{$growth['income']}}% perfomance in comparison to the previous month.

Payments Last 12 Months
Course Sales

Comparison of all course sales in ( {{ currency() }} )

Recent Activities
@if(!empty($notifications)) @foreach($notifications as $notification)
@if ($notification->created_at > $user->lastnotification) @endif @if ( $notification->type == "message" )
@elseif ( $notification->type == "delete" )
@elseif ( $notification->type == "calendar" )
@elseif ( $notification->type == "newaccount" )
@elseif ( $notification->type == "payment" )
@endif
{{ date('F j, Y h:ia', strtotime($notification->created_at)) }}
{{ $notification->message }}
@endforeach

View All

@else

It's empty here!

@endif