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

{{ $author->name }}

{{ $author->username }}

{{ $author->bio }}

@if ($author->social_links) @endif
@forelse ($posts as $post)
@empty
Dieser Author hat keine Posts
@endforelse
{{ $posts->appends(request()->input())->links('custom_pagination') }}
@endsection