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