Update add-link.blade.php

This commit is contained in:
Frank 2023-06-05 18:32:05 +02:00 committed by GitHub
parent b89c878b6c
commit 050a759ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>