@push('meta_data') {{ $author->seo_title ?? config('app.name') }} {{-- Open Graph --}} {{-- --}} @endpush
  • Home
  • Authors
  • Author Name
{{ $author->dispaly_name }}
{{ $author->dispaly_name }} Work Profile
Author's Personal Details
Profession : {{ $author->work_profile }} Interests / Hobbies : {{ $author->hobbies }}
Projects Associated With
{{ $author->project_associated_with }}
About Author
{{ $author->about_us }}
Articles by Author
@forelse($news as $item)
@empty

No news articles found for this author.

@endforelse @if ($news->count() < $totalNews)
@endif
@if (!empty($author->faqs))
Frequently Asked Questions
faq
Have any further questions? Contact us
@foreach (json_decode($author->faqs) as $index => $faq)
{{ $faq->answer ?? '' }}
@endforeach
@endif
{!! CommonHelper::addNoFollowToExternalLinks($author->description) !!}