PORTAL AKSES SYARIAH
{{-- Active Session Alert --}}
@auth
Masuk Portal.
Akses layanan simpanan, poin belanja POS, & portal supplier.
Sesi Log Masuk Aktif
Role terdeteksi: {{ auth()->user()->role }}
@php
$role = auth()->user()->role;
$dashboardUrl = match($role) {
'SUPER_ADMIN', 'ADMIN', 'DEVELOPER' => route('admin.dashboard'),
'KASIR' => route('admin.pos'),
'SUPPLIER' => route('supplier.dashboard'),
'MEMBER' => route('member.dashboard'),
default => route('home'),
};
@endphp
Ke Dashboard
{{ $errors->first() }}
@endif
Belum terdaftar sebagai supplier? Daftar Mitra UMKM