Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F25243456
password.blade.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
password.blade.php
View Options
@
extends
(
'app'
)
@
section
(
'content'
)
<
div
class
=
"container-fluid"
>
<
div
class
=
"row"
>
<
div
class
=
"col-md-8 col-md-offset-2"
>
<
div
class
=
"panel panel-default"
>
<
div
class
=
"panel-heading"
>
Reset
Password
</
div
>
<
div
class
=
"panel-body"
>
@
if
(
session
(
'status'
))
<
div
class
=
"alert alert-success"
>
{{
session
(
'status'
)
}}
</
div
>
@
endif
@
if
(
count
(
$errors
)
>
0
)
<
div
class
=
"alert alert-danger"
>
<
strong
>
Whoops
!</
strong
>
There
were
some
problems
with
your
input
.<
br
><
br
>
<
ul
>
@
foreach
(
$errors
->
all
()
as
$error
)
<
li
>{{
$error
}}</
li
>
@
endforeach
</
ul
>
</
div
>
@
endif
<
form
class
=
"form-horizontal"
role
=
"form"
method
=
"POST"
action
=
"{{ url('/password/email') }}"
>
<
input
type
=
"hidden"
name
=
"_token"
value
=
"{{ csrf_token() }}"
>
<
div
class
=
"form-group"
>
<
label
class
=
"col-md-4 control-label"
>
E
-
Mail
Address
</
label
>
<
div
class
=
"col-md-6"
>
<
input
type
=
"email"
class
=
"form-control"
name
=
"email"
value
=
"{{ old('email') }}"
>
</
div
>
</
div
>
<
div
class
=
"form-group"
>
<
div
class
=
"col-md-6 col-md-offset-4"
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
>
Send
Password
Reset
Link
</
button
>
</
div
>
</
div
>
</
form
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
@
endsection
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 01:50 (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3597975
Default Alt Text
password.blade.php (1 KB)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment