Update add-link.blade.php
This commit is contained in:
parent
b89c878b6c
commit
050a759ab6
|
@ -17,8 +17,8 @@
|
|||
<div class="form-group col-lg-8">
|
||||
<label for="exampleFormControlSelect1">{{__('messages.Button')}}</label>
|
||||
<select class="form-control" name="button">
|
||||
<option style="background-color:#ffe8e4;">custom</option>
|
||||
<option style="background-color:#ffe8e4;">custom_website</option>
|
||||
<option style="background-color:#ffe8e4;"> custom </option>
|
||||
<option style="background-color:#ffe8e4;"> custom_website </option>
|
||||
@foreach($buttons as $button)
|
||||
@if (!in_array($button->name, ['custom', 'custom_website', 'heading', 'space']))
|
||||
<option> {{ $button->name }} </option>
|
||||
|
|
Loading…
Reference in New Issue