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

{{$content->title}}

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut deleniti dolorem eius esse eum ex explicabo id impedit inventore modi necessitatibus odit perferendis quibusdam quis ratione reprehenderit rerum, voluptates. Nihil.
Veröffentlicht: {{date('d.m.Y', strtotime($content->created_at))}}

{!! isset($content->neuigkeit) ? $content->neuigkeit : 'keine Angaben' !!}

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