Page MenuHomeDevCentral

No OneTemporary

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

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)

Event Timeline