@push('metadata') @php $page_id = 36; $mTitle = @$author->seo_title; $mDescr = @$author->meta_description; $faqs = $author->faqs ?? '[]'; $mKWords = $author->meta_keywords; $mUrl = url()->current(); $mImage = config('constants.author'); @endphp {{ @$mTitle }} @endpush @push('styles') @endpush
{{ $author['display_name'] ?? 'Author' }}

{{ $author['dispaly_name'] }}

{{$author['personal_profile'] }}
{!! $author['about_us'] !!}
@if (!empty($author['user']['twitter_url'] || $author['user']['linkedin_url']))
@if(!empty($author['user']['twitter_url'])) @endif @if(!empty($author['user']['linkedin_url'])) @endif
@endif
author stats
Total Articles
{{ $totalNewsCount }}+
Since
{{ \Carbon\Carbon::parse($author['created_at'])->format('M Y') }}
Last Active
{{ \Carbon\Carbon::parse($news[0]['created_at'])->format('M d, Y') }}
Expertise
@foreach(array_filter(explode(',', $author->experties)) as $expertise) @php $clean = preg_replace('/\s+/', ' ', trim($expertise)); @endphp @if($clean) {{ $clean }} @endif @endforeach

Articles By Author
@forelse($news as $newsItem)
{{ $newsItem['img_alt_title'] ?: $newsItem['title'] }}
@empty

No News of authors found.

@endforelse
{{-- @if($hasMore)
@endif --}} @if($news->hasPages())
{{ $news->links('vendor.pagination.bootstrap-5') }}
@endif
Other authors
@if (!empty($otherAuthors) && $otherAuthors->count()>0) @foreach ($otherAuthors as $authorData) @endforeach @else
No Authors found
@endif
{!! $author->page_content !!}
@include('livewire.common.share-modal') {{-- Share Modal --}}