@extends('public/layout.app') @section('meta-tags') @if($news->seo!==null){{ $news->seo->{'title_'.$app->getLocale()} }}@endif @endsection @section('schema-org-web') @endsection @section('content')

{{ $news->{'title_' .$app->getLocale()} }}

{{ $news->{'title_'.$app->getLocale()} }}

{{ \Carbon\Carbon::parse($news->date_publication)->locale($app->getLocale())->translatedFormat('d F Y') }}

{!! $news->{'description_'.$app->getLocale()} !!}
{{-- --}}
@include('public.news.element_blog_sidebar_widget',[ 'translation'=>$translation, 'last_news'=>$news->categoryAndLastNews->news, 'allCategories'=>$allCategories, ])
@endsection