{{ $blog->title }}
{!! $blog->content !!}
@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, carta natal')
@push('schema')