@if(isset(Auth::user()->logo) && Auth::user()->logo != null) @else @endif
  • Dashboard
  • Manage Contracts
      {{-- @if(Auth::user()->role != 'Compliance') --}}
    • All Contracts
    • {{-- @endif --}} @if(Auth::user()->role == 'Division')
    • Pending Documents
    • Pending Verification
    • @endif @if(Auth::user()->role != 'Admin')
    • Compliance Verification
    • Verified Contracts
    • @endif
  • @if(Auth::user()->role == 'Admin')
  • Import Contracts
  • @endif @if(Auth::user()->role == 'Division')
  • SOP Report Summary
  • Communication Logs
    • SMS/Whatsapp logs
    • Email logs
  • @endif
  • View Reports
  • @if(Auth::user()->role != 'Compliance')
  • Download Document
  • @endif @if(Auth::check() && (Auth::user()->user_name == 'alkem-webapprise@alkem.com'))
  • Contract Manage
  • Import Rsm Details
  • @endif

{{Auth::user()->name}}

  • {{ (Auth::user()->name[0] ?? '') . (Auth::user()->name[1] ?? '') }}
    Logout