SRMR SISRMRadiologi
Toggle navigation
    @if (Auth::user()->role == 'radiografer' || Auth::user()->role == 'dokterPoli' || Auth::user()->role == 'dokterRadiologi' || Auth::user()->role == 'kasir')
    • Tidak ada notifikasi
      • @foreach (auth()->user()->unreadNotifications as $notification) @include('notifikasi.'.Str::replaceArray('\\', ['_','_'], $notification->type)) @endforeach
  • @endif
  • @if (Auth::user()->avatar == null) User Image @else User Image @endif {{ Auth::user()->name }}
    • @if (Auth::user()->avatar == null) User Image @else User Image @endif

      {{ Auth::user()->nama }} @switch(Auth::user()->role) @case('admin') NIP : {{ Auth::user()->nip }} @break @case('resepsionis') NIP : {{ Auth::user()->nip }} @break @case('dokterPoli') SIP : {{ Auth::user()->sip }} @break @case('dokterRadiologi') SIP : {{ Auth::user()->sip }} @break @case('radiografer') NIP : {{ Auth::user()->nip }} @break @case('kasir') NIP : {{ Auth::user()->nip }} @break @default @endswitch

    • @if (Auth::user()->role == 'admin') Profil @endif @if (Auth::user()->role == 'resepsionis') Profil @endif @if (Auth::user()->role == 'radiografer') Profil @endif @if (Auth::user()->role == 'dokterPoli') Profil @endif @if (Auth::user()->role == 'dokterRadiologi') Profil @endif @if (Auth::user()->role == 'kasir') Profil @endif
      Log out
      @csrf