@extends('layouts.frontend.main') @section('title','Actualités - Détails') @section('styles') @include('pages.frontend.components.news_details_styles_links') @endsection @section('body')
{!! $news->content !!}
{{ \Carbon\Carbon::parse($value->date)->locale('fr_FR')->isoFormat('LL') }}