MedData Logo

MedData

Puskesmas Doko

Dashboard @if(auth()->user()->isSuperAdmin()) Kelola Pengguna @endif @if(auth()->user()->isApoteker() || auth()->user()->isSuperAdmin()) Obat Masuk Obat Keluar @endif Resep @if(auth()->user()->isApoteker() && isset($unreadResepCount) && $unreadResepCount > 0) {{ $unreadResepCount > 99 ? '99+' : $unreadResepCount }} @endif @if(auth()->user()->isApoteker() || auth()->user()->isSuperAdmin()) Laporan @endif @if(auth()->user()->isApoteker() || auth()->user()->isSuperAdmin())

Master Data

Kategori Satuan
@endif
@if(auth()->user()->profile_photo) Foto profil @else
{{ substr(auth()->user()->name ?? 'A', 0, 1) }}
@endif

{{ auth()->user()->name ?? 'Admin' }}

{{ ucfirst(auth()->user()->role ?? 'apoteker') }}

@csrf