@extends('layouts.master2') @section('content')
@foreach($categorie as $index => $categories) @foreach($post as $posts) @if($posts->category_id == $categories->id)
h11-b1.jpg
{{$posts->LibelleCategorie}}

{{ Str::limit($posts->title, 40, '...') }}

@endif @endforeach @endforeach
{{$post->links()}}
@endsection