{{ $row->user->getDisplayName() }}
-
@if($row->title)
- {{$row->title}} @endif @if($row->city)
- {{$row->city}} @endif @if($row->expected_salary)
- {{$row->expected_salary}} {{currency_symbol()}} / {{$row->salary_type}} @endif
@php $translation = $row->translateOrOrigin(app()->getLocale()); $view_profile = (!empty($hide_profile)) ? 0 : 1; @endphp