@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
@if($row->company && $company_logo = $row->getThumbnailUrl())
@endif
@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