• @if (Auth()->user()->roles_id == 1) Admin @elseif (Auth()->user()->roles_id == 2) Pengajar @elseif (Auth()->user()->roles_id == 3) Siswa @endif Halo Selamat datang kembali, {{ Auth()->User()->name }}

  • {{ Auth()->User()->name }} @if (Auth()->user()->gambar == null) @else @endif
    @if (Auth()->user()->roles_id == 1 || Auth()->user()->roles_id == 2) Profile @endif @if (Auth()->user()->roles_id == 3) Profile @endif
    Logout