logo
@if ($cms_setting?->footer_phone_no)
{{ __('call_now') }}: {{ $cms_setting?->footer_phone_no }}
@endif
{{ __('footer_description') }}

{{ __('company') }}

  • {{ __('about') }}
  • {{ __('contact') }}
  • @guest
  • {{ __('pricing') }}
  • @endguest @if (auth('user')->check() && authUser()->role != 'candidate')
  • {{ __('pricing') }}
  • @endif @foreach ($custom_pages->where('show_footer', 1)->where('footer_column_position', 1) as $page)
  • {{ $page->title }}
  • @endforeach
  • {{ __('blog') }}

{{ __('candidate') }}

  • {{ __('browse_jobs') }}
  • @if (!auth('user')->check() || authUser()->role != 'candidate')
  • {{ __('browse_candidates') }}
  • @endif
  • {{ __('candidate_dashboard') }}
  • {{ __('saved_jobs') }}
  • @foreach ($custom_pages->where('show_footer', 1)->where('footer_column_position', 2) as $page)
  • {{ $page->title }}
  • @endforeach

{{ __('employer') }}

  • {{ __('post_a_job') }}
  • @if (!auth('user')->check() || authUser()->role != 'company')
  • {{ __('browse_employers') }}
  • @endif
  • {{ __('employers_dashboard') }}
  • {{ __('applications') }}
  • @foreach ($custom_pages->where('show_footer', 1)->where('footer_column_position', 3) as $page)
  • {{ $page->title }}
  • @endforeach

{{ __('support') }}

  • {{ __('faq') }}
  • {{ __('privacy_policy') }}
  • {{ __('terms_condition') }}
  • {{ __('refund_policy') }}
  • @foreach ($custom_pages->where('show_footer', 1)->where('footer_column_position', 4) as $page)
  • {{ $page->title }}
  • @endforeach
    @if ($cms_setting?->footer_facebook_link)
  • @endif @if ($cms_setting?->footer_instagram_link)
  • @endif @if ($cms_setting?->footer_youtube_link)
  • @endif @if ($cms_setting?->footer_twitter_link)
  • @endif