{{ $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)
@if (!Auth::guard('company')->check())
@endif
Featured
@endif
{{ $job_single->rJobType->name }}
@if ($job_single->is_urgent == 1)
Urgent
@endif