Update add-link.blade.php

Restore translated options
This commit is contained in:
Frank 2023-06-05 18:31:42 +02:00 committed by GitHub
parent 73c7e6a106
commit b89c878b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;"> {{__('messages.custom')}} </option>
<option style="background-color:#ffe8e4;"> {{__('messages.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>