@extends('frontend.layout.app') @section('seo_title') {{ $other_page_item->job_listing_page_title }} @endsection @section('seo_meta_description') {{ $other_page_item->job_listing_page_meta_description }} @endsection @section('main_content')

{{ $job_single->title }}, {{ $job_single->rCompany->company_name }}

{{ $job_single->rJobCategory->name }}
{{ $job_single->rJobLocation->name }}
{{ $job_single->created_at->diffForHumans() }}
{{ $job_single->rJobSalaryRange->name }}
@if (date('Y-m-d') > $job_single->deadline)
Expired
@endif
@if ($job_single->is_featured == 1) @endif
{{ $job_single->rJobType->name }}
@if ($job_single->is_urgent == 1)
Urgent
@endif
@if (!Auth::guard('company')->check())
@if (date('Y-m-d') <= $job_single->deadline) Apply Now Bookmark @endif
@endif

Description

{!! $job_single->description !!}

Job Responsibilities

{!! $job_single->responsibility !!}

Skills and Abilities

{!! $job_single->skill !!}

Educational Qualification

{!! $job_single->education !!}

Benefits

{!! $job_single->benefit !!}
@if (date('Y-m-d') <= $job_single->deadline) @endif

Related Jobs

Job Summary

Published On: {{ $job_single->created_at->format('d F, Y') }}
Deadline: @php $dt = DateTime::createFromFormat('Y-m-d', $job_single->deadline); @endphp {{ $dt->format('d F, Y') }}
Vacancy: {{ $job_single->vacancy }}
Category: {{ $job_single->rJobCategory->name }}
Location: {{ $job_single->rJobLocation->name }}
Type: {{ $job_single->rJobType->name }}
Experience: {{ $job_single->rJobExperience->name }}
Gender: {{ $job_single->rJobGender->name }}
Salary Range: {{ $job_single->rJobSalaryRange->name }}

Enquiry Form

@csrf
@if ($job_single->map_code != null)

Location Map

{!! $job_single->map_code !!}
@endif
@endsection