@if (Auth::user()->role != 'Medical' && Auth::user()->role != 'Finance') @endif @if (Auth::user()->role == 'Medical') @endif @if (Auth::user()->role == 'Finance') @endif @if (isset(Auth::user()->logo) && Auth::user()->logo != null) logo @else logo @endif
    @if (Auth::user()->role != 'Medical') @if(Auth::user()->role != 'Finance')
  • Dashboard
  • @endif @if(Auth::user()->role == 'Finance')
  • Finance Dashboard
  • @endif
  • Manage Contracts
    • All Contracts
    • @if (Auth::user()->role != 'Medical')
    • Finance Approval Pending
    • Finance Rejected
    • @endif @if (Auth::user()->role == 'Division')
    • Pending Documents
    • Pending Verification
    • @endif @if (Auth::user()->role != 'Admin' && Auth::user()->role != 'Finance')
    • Compliance Verification
    • Verified Contracts
    • Honorarium Released
    • @endif @if (Auth::user()->role != 'Compliance')
    • Deleted contract
    • @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 == 'Admin')
  • Honorarium Status
  • @endif @if (Auth::user()->role != 'Compliance' && Auth::user()->role != 'Finance')
  • Download Document
  • @endif @if (Auth::check() && Auth::user()->user_name == 'alkem-webapprise@alkem.com')
  • Contract Manage
  • Import Rsm Details
  • Manage Division
  • @endif @if (Auth::check() && Auth::user()->user_name == 'Master-advisory@alkem.com')
  • Contract Transmission
  • @endif @endif @if (Auth::check()) @if (Auth::user()->user_name == 'alkem-webapprise@alkem.com' || Auth::user()->user_name == 'Medical@alkem.com')
  • Manage Activity
  • @endif @if (Auth::user()->role == 'Medical')
  • View Reports
  • @endif @endif @if (Auth::check()) @if (Auth::user()->role == 'Admin' || Auth::user()->role == 'Compliance')
  • Download Study Summary
  • @endif @endif

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

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