@stack('css')
Kalender
Halaman Depan
@if($lowStockProducts->count() > 0)
@endif
Notifikasi
{{ $lowStockProducts->count() }} baru
@if($lowStockProducts->count() > 0) @foreach($lowStockProducts as $product)
{{ $product->name }}
Stok: {{ $product->stock }} (Reminder: {{ $product->reminder }})
@endforeach @else
Tidak ada notifikasi
@endif
@if($lowStockProducts->count() > 0)
Segera perbaharui stock produk anda
@endif
Profil Pengguna
{{ Auth::user()->name }}
{{ Auth::user()->getRoleNames()->first() }}
{{ Auth::user()->email }}
Profil
Pengaturan Profil
My Task
To-do and Daily Tasks
Logout
@yield('content')
Settings
@csrf @method('PUT')
Tema
Light
Dark
Theme Colors
Container Option
Boxed
Full
Sidebar Type
Full
Collapse
Card With
Border
Shadow
Update
Quick Page Links
Dashboard
/dashboards/dashboard2
@stack('script')