@extends('template.'.\Setting::get('template', 'default').'.content.master') @section('content')
@if (\Setting::get('image') and !isset($categoryModel) or (isset($categoryModel) and !$categoryModel->image)) @endif @if (isset($categoryModel) and $categoryModel->image) @endif


{{ \Setting::get('name')}}

@if (isset($categoryModel)) {{ $categoryModel->description }} @else {{ \Setting::get('description')}} @endif

Aktuelles


@foreach($nachrichten as $nach)

{{$nach->title}}

@if ($nach->user and $nach->user->public_author == 1) {{ $nach->user->name }} - {{date('d.m.Y H:i', strtotime($nach->created_at))}} @else {{date('d.m.Y H:i', strtotime($nach->created_at))}} @endif
@if ($nach->image) @endif

{!! $nach->nachrichten !!}

@if ($nach->type_id == 2)

{{ __('public.work-location') }}

{{ isset($nach->additional_fields['workplace']) ? $nach->additional_fields['workplace'] : '-'}}

{{ __('public.contact-data') }}

{!! isset($nach->additional_fields['contact_info']) ? $nach->additional_fields['contact_info'] : '-' !!}

@endif
@endforeach

Stellenangebote


Datum Stellenbezeichnung Standort Jetzt bewerben
21.02.2020 Physiotherapeuth (m/w/d) 92714 Pleystein Jetzt bewerben
21.02.2020 Ergotherapeut (m/w/d) in Teilzeit (30 h/Woche) 92714 Pleystein Jetzt bewerben

Kontakt


Telefon: 09654/770




Kurbad Pleystein
Marktplatz 28
92714 Pleystein

@stop @section('scripts') @stop