Your Company
R Web Solutions, Corp.
{{ auth()->user()->employee_type }}: {{ auth()->user()->employee_name }}
  • Calendar
  • @if(auth()->user()->employee_type === 'SMMAdmin') Dashboard @elseif(auth()->user()->employee_type === 'Graphic' | auth()->user()->employee_type === 'Content') Content @elseif(auth()->user()->employee_type === 'Top_Management' | auth()->user()->employee_type === 'Accounting') Requests @else Projects @endif
  • @if($user = auth()->user()) @if($user->roleschannel->isNotEmpty() && $user->roleschannel->pluck('permission')->contains('RequestReciever') && $user->employee_type === 'Accounting')
  • Request Form
  • @endif @endif @if($user = auth()->user()) @if($user->roleschannel->isNotEmpty() && $user->roleschannel->pluck('permission')->contains('Top Management') && $user->employee_type === 'Accounting')
  • Digital
  • Website
  • @endif @endif @if(auth()->user()->employee_type === 'OperationEmployee' || auth()->user()->employee_type === 'SMMAdmin' || auth()->user()->employee_type === 'Content'|| auth()->user()->employee_type === 'Graphic')
  • {{ auth()->user()->employee_type === 'SMMAdmin' ? 'Contents' : 'History' }}
  • @endif @if(auth()->user()->employee_type === 'SMMAdmin')
  • Employee
    • Employees Project
    • Project Report
  • Logs
  • @endif @if(auth()->user()->employee_type === 'OperationEmployee' || auth()->user()->employee_type === 'Content' || auth()->user()->employee_type === 'Graphic' || auth()->user()->employee_type === 'Accounting' )
  • Leave Request Forms
  • @endif
  • Profile
  • Log out

Are you sure you want to logout?

Yes, I'm sure