@extends('layouts.app') @section('seo') @endsection @section('pageTitle', 'Actualités') @section('menu') @endsection @section('content')

@lang('Actualités')

@foreach($posts as $post)
{{$post->getTranslatedAttribute('title', app()->getLocale(), 'fr')}}

{{$post->getTranslatedAttribute('title', app()->getLocale(), 'fr')}}

@endforeach
{{$posts->links('vendor.pagination.simple-tailwind')}} {{-- Afficher plus--}} {{-- --}}
@endsection