@php
$blog_img = app(MediaService::class)->dynamic_image($blog[0]->image, 1500);
$language_code = app(TranslationService::class)->getLanguageCode();
@endphp
{{ app(TranslationService::class)->getDynamicTranslation(Blog::class, 'title', $blog[0]->id, $language_code) }}
-
{!! $blog[0]->description !!}
{{ labels('front_messages.share', 'Share') }} :