@extends('client.layout.master') @php use App\Models\Translation; $locale = app()->getLocale(); @endphp @section('title', Translation::getValue('blog_detail', $locale)) @section('content') @php use App\Models\Translation; $locale = app()->getLocale(); @endphp

{{ $blog->getTranslation('title', $locale) }}

{{ $blog->getTranslation('title', $locale) }}

{{ $blog->getTranslation('title', $locale) }}

{!! $blog->getTranslation('description', $locale) !!}
@endsection