mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Built out interfaces & endpoints for API token managment
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
@if(isset($placeholder)) placeholder="{{$placeholder}}" @endif
|
||||
@if($autofocus ?? false) autofocus @endif
|
||||
@if($disabled ?? false) disabled="disabled" @endif
|
||||
@if($readonly ?? false) readonly="readonly" @endif
|
||||
@if(isset($model) || old($name)) value="{{ old($name) ? old($name) : $model->$name}}" @endif>
|
||||
@if($errors->has($name))
|
||||
<div class="text-neg text-small">{{ $errors->first($name) }}</div>
|
||||
|
Reference in New Issue
Block a user