@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 --}}
{{ $doctor_count }}
{{ __("messages_301.Doctors") }}
{{ $student_count }}
{{ __("messages_301.Students") }}
{{ $company_count }}
{{ __("messages_301.Companies") }}

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

@endsection @section('script') @endsection