{{ $job->title }}
@if($job->warehouse || $job->department || $job->designation) @endif@if($job->closing_date) {{ __('Closes') }} {{ $job->closing_date->format('M j, Y') }} @else {{ __('Open until filled') }} @endif
@php($excerpt = $job->descriptionExcerpt(160)){{ $excerpt !== '' ? $excerpt : __('View full job details on the next page.') }}
{{ __('View & apply') }}