@extends('layouts.master') @section ('content') Posts Accueil Posts @foreach($post as $posts) {{$day }} {{ $months[$month-1]}} {{$year}} {!! Str::limit($posts->title, 50, '...') !!} @endforeach {{$post->links()}} Catégories Posts @foreach($categorie as $categories) {{$categories->LibelleCategorie}} @endforeach @endsection