@if(empty($hide_avatar) && $company_logo = $row->getThumbnailUrl())
@endif
{{ $translation->title }}
@if($row->category)
@php $cat_translation = $row->category->translateOrOrigin(app()->getLocale()) @endphp
- {{ $cat_translation->name }}
@endif
@if($row->location)
@php $location_translation = $row->location->translateOrOrigin(app()->getLocale()) @endphp
- {{ $location_translation->name }}
@endif
@if($row->created_at)
- {{ $row->timeAgo() }}
@endif
@if($row->salary_min)
- {{ $row->getSalary() }}
@endif
@if($row->jobType)
@php $jobType_translation = $row->jobType->translateOrOrigin(app()->getLocale()) @endphp
- {{ $jobType_translation->name }}
@endif
@if($row->is_featured)
- {{ __("Featured") }}
@endif
@if($row->is_urgent)
- {{ __("Urgent") }}
@endif