@if(empty(Auth::user()->biodata->candidate_cover_image) || Auth::user()->biodata->candidate_cover_image == 'default.jpg' ) User @else User @endif
{{Auth::user()->name}}
{{Auth::user()->email}}
keyboard_arrow_down
  • homeHome
  • @if(Auth:: user()->role->id == 1 )
  • personAccount
  • @else
  • personAccount
  • @endif
  • inputSign Out
    @csrf
  • MAIN NAVIGATION
  • @if(Request::is('admin*'))
  • dashboard Dashboard
  • view_list All Biodata
  • person_add Add New Biodata
  • person_add Pending Biodata
  • person My Account
  • input Sign Out
    @csrf
  • @endif @if(Request::is('member*'))
  • dashboard Dashboard
  • person_add View My Bio
  • SYSTEM
  • person My Account
  • input Sign Out
    @csrf
  • @endif