@extends('frontend.layouts.app') @section('description') @php $data = metaData('pricing'); @endphp {{ $data->description }} @endsection @section('og:image') {{ asset($data->image) }} @endsection @section('title') {{ $data->title }} @endsection @section('main')

{{ __('buy_premium_subscription_to_post_job') }}

{{ __('elevate_your_job_postings_with_a_premium_subscription_get_expanded_reach_targeted_promotion_and_advanced_applicant_filtering') }}

{{ __('choose_a_pricing_plan_from_below') }}
@if ($setting->per_job_active)

{{ __('Or_pay_per_job_post') }}

{{ __('pay_only_for_a_single_job_creation_and_you_can_also_highlight_or_featured_them') }}

@auth('user') {{ __('pay_per_job') }} @else @endauth
@endif
@if ($plans->count() > 0)

{{ __('choose_plan') }}

{{ __('choose_plan_description') }}
@endif
@forelse ($plans as $plan) @if ($plan->frontend_show)
{{ $plan->label }}
@if ($plan->recommended) {{ __('recommanded') }} @endif @if (isset($plan->descriptions) && isset($plan->descriptions[0])) {!! $plan->descriptions[0]->description !!} @else @php $default_description = $plan_descriptions->where('plan_id', $plan->id)->first(); @endphp @if ($default_description && $default_description->description) {!! $default_description->description !!} @else {!! __('no_description_has_been_added_to_this_language', ['current' => $current_language_code]) !!} @endif @endif
{{ currencyPosition($plan->price, true,$current_currency) }}
  • {{ __('post') }} {{ $plan->job_limit }} {{ __('jobs') }}
  • {{ $plan->featured_job_limit }} {{ __('featured_job') }}
  • {{ $plan->highlight_job_limit }} {{ __('highlights_job') }}
  • {{ $plan->candidate_cv_view_limitation == 'limited' ? $plan->candidate_cv_view_limit : __('unlimited') }} {{ __('candidate_profile_view') }}
  • @if ($plan->profile_verify) icon @else @endif {{ __('ability_to_profile_verify') }}
@endif @empty
@endforelse
@if ($cms_setting->payment_logo1 || $cms_setting->payment_logo2 || $cms_setting->payment_logo3 || $cms_setting->payment_logo4 ||$cms_setting->payment_logo5 || $cms_setting->payment_logo6)
    @if ($cms_setting->payment_logo1)
  • payment_logo
  • @endif @if ($cms_setting->payment_logo2)
  • payment_logo
  • @endif @if ($cms_setting->payment_logo3)
  • payment_logo
  • @endif @if ($cms_setting->payment_logo4)
  • payment_logo
  • @endif @if ($cms_setting->payment_logo5)
  • payment_logo
  • @endif @if ($cms_setting->payment_logo6)
  • payment_logo
  • @endif
@endif @if ($faqs->count())
{{ __('faq') }}
@foreach ($faqs as $i => $faq)

{!! $faq->answer !!}
@endforeach
@endif

{{ __('are_you_interested_with_us') }}

{{__('register_now')}}
{{-- Subscribe Newsletter --}} @endsection @section('css') @endsection