@extends('tyro-dashboard::layouts.app') @section('title', 'Dashboard') @section('breadcrumb') Dashboard @endsection @section('content')
Here's what's happening with your account today.
|
@if($recentUser->profile_photo_path || ($recentUser->use_gravatar && $recentUser->email))
{{ $recentUser->name }}
{{ $recentUser->email }}
|
@if(method_exists($recentUser, 'isSuspended') && $recentUser->isSuspended()) Suspended @else Active @endif |
No users found.
| {{ $roleStat['name'] }} | {{ $roleStat['count'] }} users |
No roles found.