@extends($isAdmin ? 'tyro-dashboard::layouts.admin' : 'tyro-dashboard::layouts.user') @section('title', 'My Profile') @section('breadcrumb') Dashboard My Profile @endsection @section('content')
Manage your account settings and preferences.
Two-factor authentication is currently enabled for your account.
@elseTwo-factor authentication is currently disabled for your account.
@endif#{{ $user->id }}
{{ $user->created_at->format('F d, Y') }}
@if(method_exists($user, 'isSuspended') && $user->isSuspended()) Suspended @else Active @endif