@guest
@else
@if(Auth::user()->role_id == Config::get('constants.roles.job_applicant'))
@endif
@if(Auth::user()->role_id == Config::get('constants.roles.client'))
@endif
@if(Auth::user()->role_id == Config::get('constants.roles.admin'))
@endif
@endguest