{{ $title }}

{{ $sub_title }}
@foreach($rows as $row) @php $translation = $row->translateOrOrigin(app()->getLocale()); @endphp
    @if($row->jobType) @php $jobType_translation = $row->jobType->translateOrOrigin(app()->getLocale()) @endphp
  • {{ $jobType_translation->name }}
  • @endif @if($row->is_featured)
  • {{ __("Featured") }}
  • @endif @if($row->is_urgent)
  • {{ __("Urgent") }}
  • @endif
@if($row->company && $company_logo = $row->getThumbnailUrl()) @endif @if($row->company) {{ $row->company ? $row->company->name : 'company' }} @endif

{{ $translation->title }}

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