@php $translation = $row->translateOrOrigin(app()->getLocale()); @endphp
@if($row->company && $company_logo = $row->getThumbnailUrl()) @endif {{ $row->company->name ?? '' }}

{{ $translation->title }}

@if($row->location) @php $location_translation = $row->location->translateOrOrigin(app()->getLocale()) @endphp
{{ $location_translation->name }}
@endif