@extends('layouts.saas-front') @push('meta_details') {{ $headerData->meta_details['title'] ?: 'Recruit' }} @endpush @push('header_css') @if($firstHeaderData->header_background_color != '') @endif @if($headerData->header_background_image != '') @endif @if($firstHeaderData->custom_css != '') @endif @endpush @section('content')

{{ $headerData->title }}

{!! $headerData->description !!}

@if($firstHeaderData->show_register_in_header) @lang('app.register') @endif @if($firstHeaderData->show_login_in_header) @lang('app.login') @endif
Image
    @forelse($featuredCompanies as $featuredCompany)
  • Image
  • @empty @endforelse
@foreach ($imageFeatures as $key=>$item)
{{ $item->title }}

{{ ucfirst($item->title) }}

{{ ucfirst($item->description) }}

@endforeach @if(count($iconFeatures) > 0)
@foreach ($iconFeatures as $item)
{{ ucfirst($item->title) }}

{{ ucfirst($item->description) }}

@endforeach
@endif
@if(count($feedbacks) > 0)
    @foreach ($feedbacks as $item)
  • “{{ ucfirst($item->feedback) }}”
    {{ ucfirst($item->client_title) }}
  • @endforeach
@endif
@lang('app.monthlyPackages') package_type == 'annual') checked @endif type="checkbox" class="js-switch" /> @lang('app.yearlyPackages')
@foreach ($packages as $item)
@if($item->recommended)
@lang('modules.saasFront.recommended')
{{ ucwords($item->name) }}
{{ $global->currency->currency_symbol }}{{ $item->monthly_price }}

Per Month, {{ $global->currency->currency_code }}.

@else
{{ ucwords($item->name) }}
{{ $global->currency->currency_symbol }}{{ $item->monthly_price }}

Per Month, {{ $global->currency->currency_code }}.

@endif
    @if ($item->career_website)
  • @lang('modules.saasFront.careerWebsite')
  • @endif @if ($item->multiple_roles)
  • @lang('modules.saasFront.multipleRoles')
  • @endif
  • {!! ($item->no_of_job_openings > 0) ? $item->no_of_job_openings : "Unlimited" !!} @lang('modules.saasFront.activeJobs')
  • {!! ($item->no_of_candidate_access > 0) ? $item->no_of_candidate_access : "Unlimited" !!} @lang('modules.saasFront.candidateAccess')
@endforeach @foreach ($packages as $item) @endforeach

{{ $headerData->call_to_action_title }}

@if($headerData->call_to_action_button == 'login') @lang('app.login') @endif @if($headerData->call_to_action_button == 'register') @lang('app.register') @endif

{!! $headerData->contact_text !!}

@csrf

@endsection