@section('title') {{trans('main_trans.Main_title')}} @stop @include('layouts.head') @livewireStyles
@include('layouts.main-header') @include('layouts.main-sidebar')

{{trans('Account.Dashboard_admin')}}

{{trans('Account.student_count')}}

{{\App\Models\Student::count()}}

{{trans('Account.info_show')}}

{{trans('Account.teacher_count')}}

{{\App\Models\Teacher::count()}}

{{trans('Account.info_show')}}

{{trans('Account.parent_count')}}

{{\App\Models\My_Parent::count()}}

{{trans('Account.info_show')}}

{{trans('Account.section_count')}}

{{\App\Models\Section::count()}}

{{trans('Account.info_show')}}

@include('layouts.footer')
@include('layouts.footer-scripts') @livewireScripts @stack('scripts')