@php use App\Models\Blog; use App\Services\TranslationService; use App\Services\MediaService; @endphp
@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) }}

{{ app(TranslationService::class)->getDynamicTranslation(Blog::class, 'title', $blog[0]->id, $language_code) }}


{!! $blog[0]->description !!}