{{ $translation->title }}
-
@if($row->category)
@php $cat_translation = $row->category->translateOrOrigin(app()->getLocale()) @endphp
- {{ $cat_translation->name }} @endif @if($row->location) @php $location_translation = $row->location->translateOrOrigin(app()->getLocale()) @endphp
- {{ $location_translation->name }} @endif @if($row->created_at)
- {{ $row->timeAgo() }} @endif @if($row->salary_min && $row->salary_max)
- {{ $row->getSalary(false) }} @endif