wormhole form modification

This commit is contained in:
2019-12-12 19:36:59 -06:00
parent e0f1aefa73
commit cb39cda33e

View File

@@ -42,7 +42,7 @@
</div>
<div class="form-group">
{{ Form::label('points', 'Points of Interest') }}
{{ Form::text('points', null, ['class' => 'form-control']) }}
{{ Form::textarea('points', null, ['class' => 'form-control']) }}
</div>
<div class="form-group">
{{ Form::label('link', 'WH Link') }}