Chris
7 years ago
8 changed files with 169 additions and 29 deletions
@ -1,4 +1,4 @@ |
|||||
{ |
{ |
||||
"/css/app.css": "/css/app.css?id=d32556b7ae5fe4651548", |
"/css/app.css": "/css/app.css?id=c4fd68c39261024e61ed", |
||||
"/js/app.js": "/js/app.js?id=559585a774e3f088503a" |
"/js/app.js": "/js/app.js?id=906019381e165da0f941" |
||||
} |
} |
@ -1 +1,11 @@ |
|||||
here |
<h2>Config (optional)</h2> |
||||
|
<div class="items"> |
||||
|
<div class="input"> |
||||
|
<label>Username</label> |
||||
|
{!! Form::text('config[username]', null, array('placeholder' => 'Username', 'class' => 'form-control')) !!} |
||||
|
</div> |
||||
|
<div class="input"> |
||||
|
<label>Password</label> |
||||
|
{!! Form::text('config[password]', null, array('placeholder' => 'Password', 'class' => 'form-control')) !!} |
||||
|
</div> |
||||
|
</div> |
Loading…
Reference in new issue