@foreach($accounts as $account) @endforeach
  Name Role Current balance Active Last activity
{{{$account->name}}} {{{$account->accountRole}}} {!! Amount::format(Steam::balance($account)) !!} @if($account->active) @else @endif @if($account->lastActivityDate) {{{$account->lastActivityDate->format('j F Y')}}} @else Never @endif