@extends('template.'.config('settings.template').'.content.master') @section('head') {{$content->title}} @stop @section('content')

{{$content->title}}

{!! $content->einleitung !!}

Stellenbeschreibung

{!! $content->stellenbeschreibung !!}

Bewerberqualifikationen

{!! $content->bewerberqualifikation !!}

Wir als Arbeitgeber

{!! $content->wir_als_arbeitgeber !!}

Jetzt bewerben

@php($otherContents = filterByContentType("Jobs")->filter(function ($item) use ($content) { return $item->id != $content->id; })) @if($otherContents->isNotEmpty())

Weitere Stellenangebote

@foreach($otherContents->take(3) as $otherContent) @endforeach
@endif
@stop