SIM ASET LAB UMTS
Universitas Muhammadiyah Tapanuli Selatan
@auth @if(auth()->check())
{{ auth()->user()->nama }}
{{ strtoupper(str_replace('_',' ',auth()->user()->role)) }}
@endif @endauth
{{-- Sidebar --}}
{{-- Dashboard --}} @auth @if(auth()->user()->role=='admin')
Dashboard
@elseif(auth()->user()->role=='staff_lab')
Dashboard
@else
Dashboard
@endif @endauth
Laboratorium
{{--
Kategori
--}}
Data Aset
@auth @if(in_array(auth()->user()->role,['admin','staff_lab']))
QR Code
Scan QR
Histori
Laporan
@endif @endauth @auth @if(auth()->user()->role=='admin')
Pengguna
@endif @endauth
Profil
@csrf
Logout
{{-- Content --}}
@yield('content')
@stack('scripts')