@php
$translation = $row->translateOrOrigin(app()->getLocale());
@endphp
{{$row->title}}
@if($row->city || $row->country)
- {{$row->city}}, {{$row->country}}
@endif
@if($row->expected_salary)
- {{$row->expected_salary}} {{currency_symbol()}} / {{$row->salary_type}}
@endif
@if(!empty($row->categories))
@foreach($row->categories as $oneCategory)
@php $t = $oneCategory->translateOrOrigin(app()->getLocale()); @endphp
- {{$t->name}}
@endforeach
@endif
{{__('View Profile')}}