@if($row->is_featured)
{{ __("Featured") }}
@endif
@if($image_tag = get_image_tag($row->avatar_id,'full',['alt'=>$translation->title, 'class'=>'img-fluid mb-4 rounded-xs w-100']))
{!! $image_tag !!}
@endif
@if($row->location)
@php $location_translation = $row->location->translateOrOrigin(app()->getLocale()); @endphp
- {{ $location_translation->name }}
@endif
@php $category = $row->category; @endphp
@if(!empty($category))
@php $t = $category->translateOrOrigin(app()->getLocale()); @endphp
- {{$t->name ?? ''}}
@endif
{{ __("Open Jobs – :count",["count"=> number_format($row->job_count)]) }}