@push('metadata') @php $pageId = $seoData['id']; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords = $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto_author'); $baseUrl = url('/crypto-author/'); @endphp @push('pageId') @endpush {{ @$mTitle }} {{----}} @endpush @push('head_scripts') {!! SchemaHelper::collectionPageSchema($mTitle,$mTitle,$mDescr) !!} {!! SchemaHelper::getBreadcrumbSchema([ ['name' => 'Home', 'url' => url('/')], ['name' => 'Crypto Author', 'url' => CommonHelper::makeUrl('crypto-author')] ]) !!} {!! SchemaHelper::getImageObjectSchema($mImage, $mTitle, 1200, 630) !!} @if(!empty($seoData['faq'])) {!! SchemaHelper::getFaqSchema($seoData['faq']) !!} @endif {!! SchemaHelper::itemListSchema($mTitle ?? null, $mUrl ?? null, $baseUrl ?? null, $authors ?? [],1,'') !!} @endpush @push('styles') @endpush
  • Home
  • {{ $seoData['breadcrumb'] ?: 'Author Page' }}
{!! $seoData['top_page_content'] !!}
@foreach($authors as $author)
{{ $author->dispaly_name }}
{{ $author->dispaly_name }} {{ $author->specialization ?? '' }}
@foreach(array_filter(explode(',', $author->experties)) as $expertise) @php $clean = preg_replace('/\s+/', ' ', trim($expertise)); @endphp
@if($clean) {{ $clean }} @endif
@endforeach
{{ $author['total_news'] }} articles
Since {{ \Carbon\Carbon::parse($author['created_at'])->format('Y') }}
@if (!empty($author['user']['twitter_url'])) @endif @if (!empty($author['user']['linkedin_url'])) @endif
Read All Articles By {{ $author->dispaly_name }}
@endforeach
{!! $seoData['description'] !!}
@if(!empty($faqs)) @endif