@extends('front.layouts.master') @section('title', $singleJob->job_title) @push('post_styles') @endpush @section('content')
{{ translate('Total Applicants') }}
{{ translate('Viewed') }}
{{ translate('Shortlisted') }}
{{ translate('Interview List') }}
{{ translate('Hired List') }}
{{ translate('Rejected') }}
@endif
{{ translate('Job Type') }}: @foreach ($singleJob->jobJobTypes as $item) {{ $item->type_name }} @if (!$loop->last) , @endif @endforeach
{{ translate('Salary') }}: @if (!empty($singleJob->min_salary)) {{ defaultCurrency() }}{{ dotZeroRemovePrice($singleJob->min_salary) }} - @endif {{ defaultCurrency() }}{{ dotZeroRemovePrice($singleJob->max_salary) }} / {{ translate('Per') }} {{ $singleJob->salary_type == 'monthly' ? 'Month' : $singleJob->salary_type }}
@else{{ translate('Salary') }}: {{ ucfirst($singleJob->salary_mode) }}
@endif