{{ $category->title }}

{{ $category->subtitle }}

@foreach($plans as $plan)
@if ($plan->label) {{ $plan->label }} @endif

{{ $plan->name }}

@if ($plan->subtitle)

{{ $plan->subtitle }}

@endif
@foreach($plan->prices as $price)
@if (isset($plan->options['text_start_price'])) {{ $plan->options['text_start_price'] }} @endif {{ $price->amount }} / {{ $price->getOption('text_unit','month') }}
@if (!$plan->isCustom())
recurring subscription
@endif
@endforeach
    @foreach($plan->items as $item)
  • {{ $item->name }}
  • @endforeach
@endforeach
@if ($category->id == 1)

*Please ensure you have an Employer account and are signed in before purchasing any of the packages.
*Company profiles and job postings are accessible only during the active subscription period. Access will be terminated immediately upon cancellation or expiration.

@endif