@if($isAuthenticated)

Welcome to Your Dashboard

User Information

Name

{{ $user['given_name'] ?? 'N/A' }} {{ $user['family_name'] ?? '' }}

Email

{{ $user['email'] ?? 'N/A' }}

@if(isset($user['picture']))

Profile Picture

Profile
@endif
@if(!empty($permissions))

Your Permissions

@foreach($permissions as $permission) {{ $permission }} @endforeach
@endif @if($organization)

Organization

{{ $organization['name'] ?? 'N/A' }}

@endif
@else

Welcome to Kinde Todo App

A simple Laravel application demonstrating Kinde authentication integration.

Get Started

Sign in or create an account to access your personalized dashboard and manage your todos.

Secure Authentication

Powered by Kinde's secure authentication system

User Management

Manage your profile and permissions easily

Fast & Modern

Built with Laravel and modern web technologies

@endif