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

{{$content->title}}

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias architecto assumenda dolor enim excepturi, fuga fugit iste labore, laborum magnam nemo neque odit optio porro quae quis reiciendis totam voluptates.

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