@extends('website.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') }}

{{ __('pay_only_for_a_single_job_creation_and_you_can_also_highlight_or_featured_them') }}

{{ __('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 {{ $plan->description }}
{{ currencyPosition($plan->price) }}
  • {{ __('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 : '∞' }} {{ __('candidate_profile_view') }}
@endif @empty
@endforelse
{{-- Subscribe Newsletter --}} @endsection @section('css') @endsection