Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12243391
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
View Options
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php
index 178e429..03b1cea 100644
--- a/resources/views/home.blade.php
+++ b/resources/views/home.blade.php
@@ -1,38 +1,39 @@
@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>{{ $attribute }}</td>
+ <td id="user-info-{{ $key }}">{{ $attribute }}</td>
</tr>
@endforeach
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
@endsection
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Oct 12, 13:22 (5 m, 22 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3061628
Default Alt Text
(1 KB)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment