@guest
  • FIND WORK(current)
  • HOW IT WORKS
@else @if(Auth::user()->role_id == Config::get('constants.roles.job_applicant'))
    {{--
  • --}} {{--FIND WORKS(current)--}} {{--
  • --}}
  • PROFILE
  • {{--
  • --}} {{--MY JOBS--}} {{--
  • --}} {{--
  • --}} {{--MESSAGES--}} {{--
  • --}}
@endif @if(Auth::user()->role_id == Config::get('constants.roles.client'))
    {{--
  • --}} {{--JOBS(current)--}} {{--
  • --}}
  • DASHBOARD
  • {{--
  • --}} {{--MESSAGES--}} {{--
  • --}}
@endif @if(Auth::user()->role_id == Config::get('constants.roles.admin'))
  • FREELANCERS(current)
  • CLIENTS
  • JOBS
@endif @endguest
    @guest
  • LOGIN
  • SIGN UP
  • @else
  • {{ Auth::user()->name }}
    @if(Auth::user()->role_id == Config::get('constants.roles.job_applicant')) Account Settings @endif Logout
    {{ csrf_field() }}
  • @endguest