@extends('front.layout.pages-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle : 'Document Title') @section('meta_tags') {!! SEO::generate() !!}} @endsection @section('structured_data') @if (!empty($post->structured_data)) @endif @endsection @section('content')
@if ($prevPost) @endif
@if ($nextPost)
Nächste »
{{ $nextPost->title }}
@endif
@if ($relatedPosts)

Relevante Posts


@foreach ($relatedPosts as $related) @endforeach
@endif
@endsection @push('scripts') @endpush