{{$job->company}}
{{$job->job_location}}
@if($job->workplace_policy==1)
({{trans('jobs.on-site')}})
@elseif($job->workplace_policy==2)
({{trans('jobs.hybrid')}})
@else
({{trans('jobs.remote')}})
@endif
Created on: {{date("M j, Y",strtotime($job->posted_date))}}
Posted by
@if($job->user)
{{$user->fullname}}
@endif