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