@section('title', 'Detail Blog') @if ($blog->seo) @section('meta_title', $blog->seo->meta_title) @section('meta_description', $blog->seo->meta_description) @section('meta_tags', $blog->seo->meta_contents) @section('canonical', url()->current()) @endif @push('script') @endpush @push('style') @endpush
@if ($blog->thumbnail) {{ $blog->thumbnail_alt }} @else @endif

@if ($blog->author->thumbnail) {{ $blog->author->thumbnail_alt }} @else @endif {{ Str::limit($blog->author->defaultLocale->name, 8) }}

{!! $blog->defaultLocale->content !!}

{{ app()->getLocale() == 'en' ? $translations['categories']['value_en'] : $translations['categories']['value_ar'] }}

{{ app()->getLocale() == 'en' ? $translations['popular']['value_en'] : $translations['popular']['value_ar'] }}