@extends('admin.layouts.app') @section('content')

People

Users

Google identities connected to the platform.

@foreach($users as $user)
@if($user->avatar)@else{{ str($user->name)->substr(0,1)->upper() }}@endif

{{ $user->name }}

{{ $user->email }} · {{ $user->bots_count }} bots

@endforeach
@if($users->hasPages())
{{ $users->links() }}
@endif
@endsection