{{ App\Config::getData('text_public_news_title')}}

{{ App\Config::getData('text_public_news_desc')}}


@if ($news->isEmpty())

Aucune nouvelles

@endif
@foreach ($news as $new)

{{ $new->title }}

{{ $new->body }}

{{ \App\User::find($new->user_id)->fullname()}}, {{$new->created_at}} Voir plus!
@endforeach
{{ App\Config::getData('text_public_news_button')}}