@extends(isset($blogPlatform) && $blogPlatform == 'app' ? 'web-views.blogs.blog-layouts' : 'layouts.front-end.app') @section('title', $blogData['title'] ?? translate('Blog_Details')) @push('css_or_js') @include(VIEW_FILE_NAMES['blog_seo_meta_content_partials'], ['metaContentData' => $blogData?->seoInfo, 'blogDetails' => $blogData]) @if(isset($blogPlatform) && $blogPlatform == 'app') @endif @endpush @section('content') @include('web-views.blogs.partials._app-blog-preloader')
@if(count($articleLinks) > 0)
{{ translate('In_this_article') }}:

    @foreach ($articleLinks as $link) @if(!empty($link['text']))
  • {{ $link['text'] }}
  • @endif @endforeach
@endif
@if(request('source') == 'draft')
{{ translate('This_is_a_draft_copy.') }} {{ translate('It_has_not_been_published_yet.') }}
@endif @if($blogData?->category?->name)
{{ Str::limit($blogData?->category?->name, 25) }}
@endif

{{ $blogData['title'] ?? null }}

@if(isset($blogPlatform) && $blogPlatform == 'app') @if($blogData->writer) {{ translate('By') }} {{ Str::limit($blogData['writer'], 50, '...') }} @endif @else @if($blogData->writer) {{ translate('By') }} {{ Str::limit($blogData['writer'] , 50, '...') }} @endif @endif {{ $blogData['click_count'] ?? 0 }} {{ translate('views') }} {{ date('M d, Y', strtotime($blogData['publish_date'] ?? null)) }}
{{ $blogData['title'] ?? null }}
{!! $updatedDescription !!}