{{ __('Dashboard') }}
{{ __('My Orders') }}
@if(get_static_option('job_enable_disable') != 'disable')
{{ __('My Jobs') }}
@endif
{{ __('My Offers') }}
@if(moduleExists('SecurityManage'))
@if(get_static_option('job_enable_disable') != 'disable')
@if(Auth::guard('web')->user()->freeze_job != 'freeze')
{{ __('Post a Job') }}
@endif
@endif
@else
@if(get_static_option('job_enable_disable') != 'disable')
{{ __('Post a Job') }}
@endif
@endif
{{ __('Profile settings') }}
{{ __('Log Out') }}