{{ __('Post a Job') }}

{{ __('Post a job to find and hire talents for your projects.') }}
@if(moduleExists('SecurityManage')) @if(Auth::guard('web')->user()->freeze_job == 'freeze') {{ __('Post a Job') }} @else {{ __('Post a Job') }} @endif @else {{ __('Post a Job') }} @endif
  • {{ __('All Jobs') }} ({{ $all_jobs->total() }})
  • {{ __('Active Jobs') }} ({{ $active_jobs }})
  • {{ __('Closed Jobs') }} ({{ $closed_jobs }})
  • {{ __('Completed Jobs') }} ({{ $complete_jobs }})