Skip to content

Commit f6a137e

Browse files
committed
Removed register select
1 parent c2b6dd8 commit f6a137e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

resources/views/panel/pages.blade.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@
2323
<h3>Contact</h3>
2424
<textarea class="form-control ckeditor" name="contact" rows="3">{{ $page->contact }}</textarea>
2525
</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-
<option>false</option>
34-
<option>true</option>
35-
@endif
36-
</select>
37-
</div>
3826
@endforeach
3927
<button type="submit" class="mt-3 ml-3 btn btn-info">Submit</button>
4028
</form>

0 commit comments

Comments
 (0)