{{-- Scrollable Navigation Area --}}
{{-- Logo --}} @php $site = \App\Models\Site::config(); $siteName = $site->branding['site_name'] ?? 'TrueID'; @endphp
{{ $siteName }}
{{-- Navigation Items --}}
    {{-- Dashboard --}}
  • Dashboard
  • {{-- QR Codes --}}
    • All Codes View
    • @if(auth()->user()->isAdmin())
    • Generate Codes
    • Import Codes
    • @endif
  • {{-- Products --}}
    • View Products
    • Add New Product
  • {{-- Sellers --}}
    • View Sellers
    • Add Seller
    • Bulk Assign
  • {{-- Lucky Codes --}}
    • View 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 --}}
TrueID TrustMark v2.0
{{-- Auto-update time every second --}}