Dashboard


id
statut
titre
date début et fin
mots clefs
modifier
supprimer
@foreach($posts as $post)
{!! $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()!!}
@endforeach

Créer un nouvel article
{!! $posts->render() !!}