@php $user = auth()->user(); $initials = collect(explode(' ', trim((string) $user?->name))) ->filter() ->take(2) ->map(fn ($part) => strtoupper(substr($part, 0, 1))) ->implode(''); @endphp

Ladill QR Plus

@if (isset($accessibleAccounts) && $accessibleAccounts->count() > 1) @endif @auth @endauth @include('partials.launcher')