@extends('Frontend.layouts.master') @push('js') @endpush @section('web') @include('Frontend.pages.job.breadcrumbs')
@include('Frontend.layouts.flashes')

@if (\Carbon\Carbon::parse($job->expiry_date)->format('Y-m-d') < \Carbon\Carbon::now()->format('Y-m-d')) {{__('frontend.expired')}} @endif {{ $job->getTranslations($language_id, "name") }}

    @if ($job->country_id)
  • @if (!empty($job->simple_district)) {{ $job->simple_district. ',' }} @endif @if (!empty($job->simple_province)) {{ $job->simple_province. ',' }} @endif {{ $job?->country->getTranslations($language_id, "title") }}
  • @endif @if (($job->min_salary || $job->max_salary) && $job->salary_currency)
  • {{__('frontend.monthly_salary')}} : @if ($job->min_salary) {{ $job->min_salary }} @if ($job->max_salary) - @endif @endif @if ($job->max_salary) {{ $job->max_salary }} @endif @if ($job->salary_currency) {{ $job->currency_name }} @endif
  • @endif @if ($job->yearsOfExperience)
  • {{__('frontend.experience')}}: {{$job->yearsOfExperience->title}} Years
  • @endif
  • @if ($job->expiry_date) {{__('frontend.application_deadline')}}: {{ \Carbon\Carbon::parse($job->expiry_date)->format('M d, Y') }} @endif

{{__('frontend.job_description')}}