@if(!empty(Auth::user()->biodata->candidate_name)) Welcome {{Auth::user()->biodata->candidate_name}} @else Welcome User @endif
    @if(Auth::user()->role_id == 1)
  • search
  • @endif
  • home Go Home
  • @if(auth()->user()->role->id == 1 ) dashboard Dashboard @else dashboard Dashboard @endif
  • input Sign Out
    @csrf