@extends('layouts.master2') @section('content') Actualités Accueil Actualités Tout @foreach($categorie as $index => $categories) {{$categories->LibelleCategorie}} @endforeach @foreach($categorie as $index => $categories) @foreach($post as $posts) @if($posts->category_id == $categories->id) {{$posts->LibelleCategorie}} {{ Str::limit($posts->title, 40, '...') }} {{$day }} {{ $months[$month-1]}} {{$year}} @endif @endforeach @endforeach {{$post->links()}} @endsection