Update predefined-form.blade.php
This commit is contained in:
parent
d8130cd914
commit
a5a8bbe821
|
@ -3,8 +3,9 @@
|
|||
<select name='button' class='form-control'>
|
||||
|
||||
@foreach ($buttons as $b)
|
||||
@if(!in_array($b["name"], ["custom_website", "custom"]))
|
||||
<option class='button button-{{$b["name"]}}' value='{{$b["name"]}}' {{ $b["selected"] == true ? "selected" : ""}}>{{$b["title"]}}</option>
|
||||
|
||||
@endif
|
||||
@endforeach
|
||||
</select>
|
||||
|
||||
|
|
Loading…
Reference in New Issue