Conférences intégessantes autour du PHP

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

{{$post->title}}

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



lire la suite...

site web de la conférence

début:{{$post->published_at}} fin: {{$post->finished_at}}



@empty

désolé pas d'article

@endforelse
@endsection