e6f38d9481
* docs: remove requirement for setting APP_KEY manually * optimize date picker * clean up modals * spot light working * reorganization * add lazy load * wip * remove filament * styling
19 lines
552 B
PHP
19 lines
552 B
PHP
<x-layouts.guest>
|
|
<x-ui.authentication-card>
|
|
<x-slot:logo>
|
|
<div class="w-24 mb-10">
|
|
<x-ui.logo />
|
|
</div>
|
|
</x-slot:logo>
|
|
|
|
<h1 class="text-2xl font-bold mb-4">{{ __('Hey again!') }} 👋</h1>
|
|
<p class="mb-2">{{ __('Before you can get started with Investbrain, let\'s complete your profile:') }}</p>
|
|
|
|
@livewire('invited-onboarding-form', [
|
|
'portfolio' => $portfolio,
|
|
'user' => $user,
|
|
])
|
|
|
|
</x-ui.authentication-card>
|
|
</x-layouts.guest>
|