@foreach($careers->positions as $item)
{{$item->title}}
@if(!empty($item->attributes['document-link']))
@endif
@if(!empty($item->attributes['company-name']))
{{$item->attributes['company-name']}}
@endif
@if(!empty($item->attributes['company-address']))
{{$item->attributes['company-address']}}
@endif
@if(!empty($item->attributes['job-type']))
{{$item->attributes['job-type']}}
@endif
@if(!empty($item->attributes['number-vacancies']))
{{$item->attributes['number-vacancies']}} positions
@endif
@endforeach