@extends('template.'.config('settings.template').'.content.master') @section('content')

{{config('settings.name')}}

{{config('settings.description')}}

Aktuelles

@foreach(filterByContentType("News")->take(3) as $content)

{{$content->title}}

{{ $content->updated_at->diffForHumans() }}
{!! Str::limit($content->vorschau, 280) !!}
@endforeach

Stellenangebote


@foreach(filterByContentType("Jobs")->take(12) as $content) @endforeach
Datum Stellenbezeichnung Standort Jetzt bewerben
{{ $content->updated_at->diffForHumans() }} {{$content->title}} 92714 Pleystein Jetzt bewerben

Kontakt


Telefon: 09654/770




{{$_legal_name}}
{{$_legal_address}}
{{$_legal_zip_code}} {{$_legal_city}}

@stop @section('scripts') @stop