{{-- Scrollable Navigation Area --}}
{{-- Logo --}}
@php
$site = \App\Models\Site::config();
$siteName = $site->branding['site_name'] ?? 'TrueID';
@endphp
{{ $siteName }}
{{-- Navigation Items --}}
{{-- Dashboard --}}
-
Dashboard
{{-- QR Codes --}}
-
{{-- Products --}}
-
{{-- Sellers --}}
-
{{-- Lucky Codes --}}
-
{{-- Customer Database --}}
-
Customer Database
{{-- Admin Only Section --}}
@if(auth()->user()->isAdmin())
-
Users
-
Settings
@endif
{{-- Server Time Display --}}
-
Server Time
{{ now()->format('M d, Y H:i:s') }}
{{ $site->timezone ?? config('app.timezone') }}
{{-- Fixed Footer Section (Always at Bottom) --}}
{{-- Branding Footer --}}
{{-- Auto-update time every second --}}