Skip to content

Instantly share code, notes, and snippets.

View nurulimamnotes's full-sized avatar

Nurul Imam nurulimamnotes

View GitHub Profile
<?php
/**
* Usage..
* Just save this code to your helpers file (eg: routes, filters, etc...)
*
* Then..
* {{ Form::link('Delete Item', 'DELETE', route('anything.page'), array('class' => 'btn btn-primary'), 'Are you sure ?') }}
**/