@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
{!! clean($translation->name) !!}
-
@if($row->location)
- {{ $row->location->name }} @endif @php $category = $row->category; @endphp @if(!empty($category)) @php $t = $category->translateOrOrigin(app()->getLocale()); @endphp
- {{$t->name ?? ''}} @endif
-
@if($row->is_featured)
- Featured @endif
- {{ __("Open Jobs – :count",["count"=> number_format($row->job_count)]) }}