@extends('frontend.main_master') @section('title', ($blog->meta_title ?: $blog->title) . ' | ' . t('site-title')) @section('meta_description', $blog->meta_description ?: \Illuminate\Support\Str::limit(strip_tags((string) $blog->content), 155)) @section('meta_keywords', $blog->meta_keywords ?: 'blog astrologia, natal chart') @push('schema') @endpush @push('styles') @endpush @section('content')
{{ optional($blog->created_at)->translatedFormat('d M Y') }} @if ($blog->category) {{ $blog->category->name }} @endif

{{ $blog->title }}

@if (!empty($blog->image))
{{ $blog->title }}
@endif
{!! $blog->content !!}
@if ($relatedBlogs->count() > 0) @endif
@endsection