@extends('simaju.layouts.main') @section('title', 'Profil Saya') @section('page-title', 'Profil') @section('page-subtitle', 'Informasi akun Anda') @section('content')
{{ $user->email }}
Ganti Password
Ubah password akun
Pengaturan Sekolah
Konfigurasi sistem
{{ $user->name }}
{{ $user->email }}
{{ ucfirst(str_replace('_', ' ', $user->role)) }}
{{ $user->last_login_at->format('d M Y, H:i') }}
{{ $user->last_login_at->diffForHumans() }}
@elseBelum pernah login
@endif{{ $guru->nip ?? '-' }}
{{ $guru->jk === 'L' ? 'Laki-laki' : 'Perempuan' }}
{{ $guru->no_hp ?? '-' }}
@if($guru->tempat_lahir) {{ $guru->tempat_lahir }}, {{ $guru->tanggal_lahir ? \Carbon\Carbon::parse($guru->tanggal_lahir)->format('d M Y') : '-' }} @else - @endif
{{ $guru->agama ?? '-' }}
{{ ucfirst($guru->status ?? 'aktif') }}
{{ $guru->getJabatanLabel() }}
Kelas
{{ $kelasWali->nama_kelas }}
{{ $kelasWali->jurusan->nama_jurusan ?? '' }}
Tahun Ajaran
{{ $kelasWali->tahun_ajaran }}
Jumlah Siswa
{{ $kelasWali->siswas ? $kelasWali->siswas->count() : 0 }}
siswa
{{ $pengaturan->alamat ? $pengaturan->alamat . ', ' : '' }} {{ $pengaturan->kecamatan ? $pengaturan->kecamatan . ', ' : '' }} {{ $pengaturan->kabupaten_kota ?? '' }}
@if($pengaturan->email)