芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/themes/goshippo/views/theme/pages/author.blade.php
@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']) }}
{{-- --}}
@foreach($posts as $post)
@if ($post['category'])
{{ $post['category']['name'] }}
@endif $post->getFirstMediaUrl('featured_image')
@endif
{{ $post['title'] }}
{{ $post['creator']['name'] }}
{{ $post['date'] }}
{{ $post['comments_count'] }}
@endforeach
{!! $posts->links('pagination::bootstrap-4') !!}
{{--
Load More
--}}
@endsection