@extends('layouts.app') @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => 'active', ], ])
@if (date('a') == 'am') @if (app()->getLocale() == 'ar') صباح الخير يا {{ auth()->user()->name }} @else Good morning, {{ auth()->user()->name }} @endif @else @if (app()->getLocale() == 'ar') مساء الخير يا {{ auth()->user()->name }} @else Good evening, {{ auth()->user()->name }} @endif @endif 😍
{{ __('messages_301.Statistics') }}
{{-- Updated 1 month ago --}}
{{ $student_count }}
{{ __('messages_301.Students') }}
{{ $course_count }}
{{ __('messages_301.Courses') }}
{{ $posts_count }}
{{ __('messages_303.Posts') }}

{{ __('messages_301.Statistics for') }} {{ date('Y') }}

@endsection @section('script') @endsection