@extends('layouts.master_login')

Conférences intégessantes autour du PHP

@section('title', 'Posts page') {{-- this comment will not be present in the rendered HTML --}} @section('content') @forelse($posts as $post)

{{$post->title}}

{{$post->images}}

{{substr($post->content,0 , 100)}}

{{$category->title}}

{{$post->comments? $post->comments()->count(): 0 }}

@empty

désolé pas d'article

@endforelse
@endsection @section('sidebar') @parent @endsection