{{ $title }}
{!! rich_html(___($blog, 'description')) !!}
@php $title = ___($blog, 'title'); $author = 'EpoxyArt'; if ($blog->author) { $author = trim($blog->author->localizedName()) ?: 'EpoxyArt'; } $image = $blog->imageUrl(); $shareUrl = schema_absolute_url('/blog/' . $blog->id); $keywords = array_filter(array_map('trim', explode(',', ___($blog, 'meta_keywords') ?: ''))); @endphp @extends('layouts.public') @section('meta')