@extends('candidate.layouts.master') @section('page-title'){{$page}}@endsection @section('content') @if (settingEmpSlug('enable_home_banner') == 'yes')
{!! settingEmpSlug('banner_text') !!}
@endif
@if (settingEmpSlug('before_how_text'))
{!! settingEmpSlug('before_how_text') !!}
@endif @if (settingEmpSlug('home_how_it_works') == 'yes')

{{ __('message.how_it_works') }}

{{ __('message.follow_three_simple_steps') }}

{{ __('message.create_account') }}

{{ __('message.simply_login_with_existing') }}.

{{ __('message.more') }}
{{ __('message.find_job') }}

{{ __('message.find_job_that_best_matches') }}

{{ __('message.more') }}
{{ __('message.apply') }}

{{ __('message.fulfill_the_requirements') }}.

{{ __('message.more') }}
@endif @if (settingEmpSlug('after_how_text'))
{!! settingEmpSlug('after_how_text') !!}
@endif @if(settingEmpSlug('home_department_section') == 'yes' && $departments)

{{ __('message.search_jobs_by_department') }}

{{ __('message.select_any_department_to_view') }}.

@foreach($departments as $department)

{{ $department['title'] }}

@if($department['image']) @php $onerror = url('/e-assets').'/employers/department-not-found.png'; @endphp @endif
@endforeach
@endif @if(settingEmpSlug('before_blogs_text'))
{!! settingEmpSlug('before_blogs_text') !!}
@endif @if(settingEmpSlug('home_blogs_section') == 'yes' && $blogs)

{{ __('message.blogs') }}

@foreach($blogs as $blog)
{{ $blog['title'] }}

{!! trimString($blog['description'], 100) !!}.

{{ __('message.more') }}
@endforeach
@endif @if(settingEmpSlug('after_blogs_text'))
{!! settingEmpSlug('after_blogs_text') !!}
@endif
@endsection