@extends('layouts.app') @section('title', 'Dashboard Guru') @section('content')
Selamat datang, {{ $user->name }}
@if($data['school']) {{ $data['school']->name }} @endifPeriode: {{ $activeAcademicYear->start_date->format('d M Y') }} - {{ $activeAcademicYear->end_date->format('d M Y') }}
Belum ada aktivitas terbaru
| Nama | {{ $user->name }} |
| {{ $user->email }} | |
| Sekolah | {{ $data['school']->name }} |
| NPSN | {{ $data['school']->npsn }} |
| Status | @if($user->is_active) Aktif @else Nonaktif @endif |
Selesaikan evaluasi untuk meningkatkan kompetensi Anda