@extends('layouts.master') @section('content') @foreach($posts as $post)

Conférences intéressantes autour du PHP

{{ $post->title }}

{{ $post->extract }}
lire la suite...

{{ $post->site_link }}

@endforeach @endsection