We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb6068 commit 35b487dCopy full SHA for 35b487d
resources/views/studio/add-link.blade.php
@@ -18,11 +18,7 @@
18
<label for="exampleFormControlSelect1">Button*</label>
19
<select class="form-control" name="button">
20
@foreach($buttons as $button)
21
- @if($button->name == 'custom')
22
- <option>Custom button (Title determines text on button)</option>
23
- @else
24
<option> {{ $button->name }} </option>
25
- @endif
26
@endforeach
27
</select>
28
<br>
0 commit comments