@extends('front.layout.pages-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle : 'Document Title') @section('meta_tags') {!! SEO::generate() !!}} @endsection @section('content')

Suche nach:

{{ $query }}
@forelse ($posts as $post) @empty
Keine Ergebnisse für diese Suche
@endforelse
{{ $posts->appends(request()->input())->links('custom_pagination') }}
@endsection