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

{{ Translation::getValue('news', $locale) }}

@endsection