We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b6dd8 commit f6a137eCopy full SHA for f6a137e
resources/views/panel/pages.blade.php
@@ -23,18 +23,6 @@
23
<h3>Contact</h3>
24
<textarea class="form-control ckeditor" name="contact" rows="3">{{ $page->contact }}</textarea>
25
</div><br>
26
- <div class="form-group col-lg-8">
27
- <h3 for="exampleFormControlSelect1">Allow registration</h3>
28
- <select class="form-control" name="register">
29
- @if($page->register == 'true')
30
- <option>true</option>
31
- <option>false</option>
32
- @else
33
34
35
- @endif
36
- </select>
37
- </div>
38
@endforeach
39
<button type="submit" class="mt-3 ml-3 btn btn-info">Submit</button>
40
</form>
0 commit comments