RuangAdmin
Dashboard
Features
Bootstrap UI
Bootstrap UI
Alerts
Buttons
UI Colors
Logined IP:
{{ request()->ip() }}
Today: {{ now()->format('D d M Y') }}
3+
Alerts Center
December 12, 2019
A new monthly report is ready to download!
December 7, 2019
$290.29 has been deposited into your account!
Show All Alerts
@if(auth()->user()->profile && auth()->user()->profile->image)
@else
@endif
{{ auth()->user()->name }}
{{ ucfirst(auth()->user()->role) }}
Profile
@if(auth()->check() && auth()->user()->role === 'admin')
Manage Users
@endif @if(auth()->check() && auth()->user()->role === 'admin')
Activity Log
@endif
Logout
@csrf
@yield('content')
@yield('scripts')