{!! $post->id !!}
{!! $post->status !!}
{!! $post->title !!}
{!! $post->begin !!} -> {!! $post->end !!}
sécurité
{!! Form::open(array('url' => 'posts/' . $post->id))!!}
{!! Form::hidden('_method', 'DELETE')!!}
{!! Form::submit('Supprimer', array('class' => 'button'))!!}
{!! Form::close()!!}