Skip to content

Instantly share code, notes, and snippets.

@aavrug
Created June 10, 2015 06:36
Show Gist options
  • Save aavrug/8128d05eaf2f7d8a21b8 to your computer and use it in GitHub Desktop.
Save aavrug/8128d05eaf2f7d8a21b8 to your computer and use it in GitHub Desktop.
<td>{!! link_to_action('PostsController@edit', 'Edit Post', $parameters = array($post->id), $attributes = ['class' => 'btn btn-warning']) !!} {!! link_to_action('PostsController@destroy', 'Delete', $parameters = array($post->id), $attributes = ['class' => 'btn btn-danger']) !!}</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment