@extends('layouts.master')
@section('title', 'Post page') {{-- this comment will not be present in the rendered HTML --}} @section('content')

{{$post->title}}

{{$post->content}}

site web de la conférence

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


@endsection