@if(is_object($accounts) && method_exists($accounts, 'render')) {!! $accounts->render() !!} @endif
| Name@if(isset($what) && $what == 'asset') | Role@endif | Current balance | Active | Last activity | Balance difference between {{Session::get('start')->format('jS F Y')}} and {{Session::get('end')->format('jS F Y')}} | |
|---|---|---|---|---|---|---|
| {{{$account->name}}}@if(isset($what) && $what == 'asset') | @foreach($account->accountmeta as $entry) @if($entry->name == 'accountRole') {{Config::get('firefly.accountRoles.'.$entry->data)}} @endif @endforeach@endif | {!! Amount::format(Steam::balance($account)) !!} | @if($account->active) @else @endif | @if($account->lastActivityDate) {{{$account->lastActivityDate->format('j F Y')}}} @else Never @endif | {!! Amount::format($account->endBalance - $account->startBalance) !!} |