adds help text to dividend and split dates

This commit is contained in:
hackerESQ
2024-09-05 20:41:07 -05:00
parent c8467b94ce
commit 95222df471
7 changed files with 19 additions and 13 deletions
+3 -3
View File
@@ -84,8 +84,8 @@
</p>
<p>
<span class="font-bold">{{ __('Last Dividend Date') }}: </span>
{{ $holding->market_data?->last_dividend_date?->format('F d, Y') ?? 'Never' }}
<span class="font-bold">{{ __('Last Dividend Paid') }}: </span>
{{ $holding->market_data?->last_dividend_date?->format('F d, Y') ?? '' }}
</p>
</x-ib-card>
@@ -117,7 +117,7 @@
</x-slot:value>
<x-slot:sub-value>
{{ $split->date->format('F d, Y') }}
<span title="{{ __('Distribution Date') }}">{{ $split->date->format('F d, Y') }}</span>
</x-slot:sub-value>
</x-list-item>