|  | {{{$account->name}}}@if(isset($what) && $what == 'asset') | {{{$account->accountRole}}}@endif | {!! Amount::format(Steam::balance($account)) !!} | @if($account->active)
                
            @else
                
            @endif | @if($account->lastActivityDate)
                {{{$account->lastActivityDate->format('j F Y')}}}
            @else
                Never
            @endif | 
    @endforeach