@foreach($latest_news as $news)
<a href="{{ $all_news_link }}{{ $news->ID }}/" class="latest-news-item leading-none flow hover:text-current" style="--flow-space: 0.625rem">
<div class="font-medium text-sm uppercase">{{ $news->matters }}</div>
- <div class="text-sm">Le {{ date('m/d/Y', strtotime($news->date_start)) }}</div>
+ <div class="text-sm">Le {{ date('d/m/Y', strtotime($news->date_start)) }}</div>
<div class="font-medium text-step-1 leading-tight">{{ $news->title }}</div>
<div class="flex items-center gap-2xs text-sm font-medium text-orange uppercase">
Lire la suite