Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12945627
home.blade.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
835 B
Referenced Files
None
Subscribers
None
home.blade.php
View Options
@
extends
(
'app'
)
@
section
(
'content'
)
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"col-md-10 col-md-offset-1"
>
<
div
class
=
"panel panel-default"
>
<
div
class
=
"panel-heading"
>@
lang
(
'panel.status'
)</
div
>
<
div
class
=
"panel-body"
>
@
lang
(
'panel.loggedin'
)
</
div
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-md-10 col-md-offset-1"
>
<
div
class
=
"panel panel-default"
>
<
div
class
=
"panel-heading"
>@
lang
(
'panel.account'
)</
div
>
<
div
class
=
"panel-body"
>
<
table
class
=
"table table-striped"
>
<
tbody
>
@
foreach
(
$user
as
$key
=>
$attribute
)
<
tr
>
<
th
>@
lang
(
"panel.user-attributes.$key"
)</
th
>
<
td
id
=
"user-info-{{ $key }}"
>{{
$attribute
}}</
td
>
</
tr
>
@
endforeach
</
tbody
>
</
table
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
@
endsection
File Metadata
Details
Attached
Mime Type
text/html
Expires
Tue, Nov 18, 17:45 (18 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3145030
Default Alt Text
home.blade.php (835 B)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment