@extends('guru.layout') @section('title','Identitas Guru') @section('content')
Informasi identitas akun Anda.
@auth| Nama | {{ auth()->user()->name }} |
| Username | {{ auth()->user()->username }} |
| {{ auth()->user()->email }} | |
| Role | {{ auth()->user()->role }} |
|
| |
Harap login untuk melihat data.
@endauth