Update config.blade.php

This commit is contained in:
Julian Prieber 2022-11-17 16:28:18 +01:00
parent 6a03987169
commit 70343d27d5
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ function text($key){
<input value="register" name="type" style="display:none;" type="text" required> <input value="register" name="type" style="display:none;" type="text" required>
<input value="register" name="entry" style="display:none;" type="text" required> <input value="register" name="entry" style="display:none;" type="text" required>
<h5 style="margin-top:50px">Enable registration</h5> <h5 style="margin-top:50px">Enable registration</h5>
<p class="text-muted">Sets wheter or not users are able to register on your application.</p> <p class="text-muted">Determines whether users can register for your application.</p>
<div class="input-group"> <div class="input-group">
<div class="row toggle-btn"><input name="toggle" class="switch toggle-btn" type="checkbox" id="toggle" <?php if(Page::pluck('register') == '["false"]'){echo '/>';}else{echo 'checked>';} ?> <label for="'.$key.'" class="label txt-label">Enable</label></div> <div class="row toggle-btn"><input name="toggle" class="switch toggle-btn" type="checkbox" id="toggle" <?php if(Page::pluck('register') == '["false"]'){echo '/>';}else{echo 'checked>';} ?> <label for="'.$key.'" class="label txt-label">Enable</label></div>
</div></div> </div></div>