add create portfolio call to action

and add helptext to wishlist
This commit is contained in:
hackerESQ
2024-08-07 13:06:40 -05:00
parent fa7711ec31
commit ee7adc941f
2 changed files with 17 additions and 1 deletions
@@ -83,7 +83,11 @@ new class extends Component {
<x-textarea label="{{ __('Notes') }}" wire:model="notes" rows="5" />
<x-toggle label="{{ __('Wishlist') }}" wire:model="wishlist" />
<x-toggle label="{{ __('Wishlist') }}" wire:model="wishlist">
<x-slot:hint>
{{ __('Treat this portfolio as a "wishlist" (holdings will be excluded from realized gains, unrealized gains, and dividends)') }}
</x-slot:hint>
</x-toggle>
<x-slot:actions>
@if ($portfolio)