@extends('frontend.layouts.main') @section('title') {{ $authors->fullname }} @endsection @section('content')
{{ $authors->fullname }}
{{ $authors->username }}
{{ $authors->beritas->count() }} artikel | {{ $authors->beritas->sum('read') }} Pembaca
@include('berita::frontend.author.list')
@endsection @push ('after-styles') @endpush @push ('after-scripts') @endpush