Location:
{{ $this->job->city }}, {{ $this->job->state }}
Company:
{{ Auth::user()->employer ?
Auth::user()->employer->organization_name : '' }}
Salary:
Rs. {{ $this->job->salary_from }}
Industry: {{ getIndustryByIndustryId($this->job->industry_id) }}
Designation: {{ $this->job->designation }}
Experience: {{ $this->job->experience_min }} - {{
$this->job->experience_max }} Year
Job Type: {{ getJobTypeByJobTypeId($this->job->job_type_id) }}
Gender: {{ $this->job->gender }}
@if ($job->work_from_home)
Work From Home: {{ $job->work_from_home ? 'Allowed' : '' }}
@endif
Posted On: {{ Carbon::parse($this->job->created_at)->format('d-M-Y') }}