{{ $job->workExperience->work_experience }}
{{ $jobLocation->location }}
@if ($job->remote_job == 'yes')
@lang('recruit::modules.front.remoteJob')
@endif
@if($job->disclose_salary == 'yes')
@if($job->pay_type == 'Starting')
{{$job->currency->currency_symbol}} {{$job->start_amount}}
@elseif ($job->pay_type == 'Maximum')
{{$job->currency->currency_symbol}} {{$job->start_amount}}
@elseif ($job->pay_type == 'Exact Amount')
{{$job->currency->currency_symbol}} {{$job->start_amount}}
@elseif ($job->pay_type == 'Range')
{{$job->currency->currency_symbol}} {{$job->start_amount}} - {{$job->currency->currency_symbol}} {{$job->end_amount}}
@endif
@else
@lang('recruit::modules.job.salaryDisclosed')
@endif
@lang('recruit::modules.front.skill')
@foreach ($job->skills as $job_skill)
{{ $job_skill->skill->name }} @if(!$loop->last) • @endif
@endforeach
@if($job->job_description)
@lang('recruit::modules.front.description')
{!! $job->job_description !!}
@else
@endif