@extends('theme.layout.layout-pages') @section('page-title', \Str::title(trim($author['name']))) @section('before-content') {{-- begin::cover --}} {{-- @include('theme.components.author.cover') --}} {{-- end::cover --}} @endsection @section('page-content')
Home {{__('blog::view.blog')}} {{ \Str::title($author['name']) }}

{{ \Str::title($author['name']) }}

{{-- --}}
{!! $posts->links('pagination::bootstrap-4') !!}
{{-- --}}
@endsection