@php
$translation = $row->translateOrOrigin(app()->getLocale());
$view_profile = (!empty($hide_profile)) ? 0 : 1;
@endphp
@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
@if(!empty($row->categories))
@foreach($row->categories as $oneCategory)
@php $t = $oneCategory->translateOrOrigin(app()->getLocale()); @endphp
- {{$t->name}}
@endforeach
@endif
@if($view_profile)
@endif