Added visibled checkbox and little changes
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
|
||||
<div class="check-place">
|
||||
<label for="visible">Visible</label>
|
||||
<input id="visible" type="checkbox" name="visible" {{ old('visible') != 0 ? 'checked' : '' }}>
|
||||
<input id="visible" type="checkbox" name="visible" {{ old('visible', $project->visible) != 0 ? 'checked' : '' }}>
|
||||
</div>
|
||||
|
||||
<input type="submit" value="Aktualizuj">
|
||||
|
Reference in New Issue
Block a user