Expanded account view.

This commit is contained in:
James Cole
2015-03-02 15:27:36 +01:00
parent edda470bf8
commit 08ca3c89d3
5 changed files with 24 additions and 15 deletions

View File

@@ -8,6 +8,7 @@
<th>Current balance</th>
<th>Active</th>
<th>Last activity</th>
<th>Balance difference between {{Session::get('start')->format('jS F Y')}} and {{Session::get('end')->format('jS F Y')}}</th>
</tr>
@foreach($accounts as $account)
<tr>
@@ -42,6 +43,10 @@
<em>Never</em>
@endif
</td>
<td>
{!! Amount::format($account->endBalance - $account->startBalance) !!}
</td>
</tr>
@endforeach