@if ( $errors->count() > 0 )

The following errors have occurred:

@endif @if(count($app_users)) @foreach($app_users as $app_user) @endforeach
Name Email Username
{{ $app_user->firstName }} {{ $app_user->lastName }} {{ $app_user->email }} {{ $app_user->username }} Details Change password Add Sites
@else

There aren't application users in the database.

@endif