Delete [TITLE] store

Are you sure you want to delete [TITLE] store?

{{ Form::open( [ 'method' => 'DELETE', 'route' => ['stores.destroy', '--ID--'] ] ) }} {{ Form::submit( 'Delete', ['class' => 'btn btn-danger'] ) }} {{ Form::close() }}