{!! Form::open(['method' => 'DELETE', 'action' => [$action, $value], 'class' => 'delete_form']) !!} {!! Form::submit(isset($button_title) ? $button_title : 'Delete', ['class' => 'btn btn-danger form-control delete_button']) !!} {!! Form::close() !!}