Delete [TITLE] terminal

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

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