@extends('sg::layouts.main') @section('content')
{{$careers->attributes['title']}}
{{$careers->attributes['description']}}
Benefit
{!! $careers->content !!}
To apply, please send your resume to: {{$careers->attributes['email']}}
@if(count($careers->positions))
@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
@else
{{ $careers->empty_position['0'] ?? '' }}
@endif
Benefit
{!! $careers->content !!}

To apply, please send your resume to: {{$careers->attributes['email']}}

@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
@stop