add transactions index

This commit is contained in:
hackerESQ
2024-08-26 19:49:43 -05:00
parent 57629ba737
commit 1017463ea7
9 changed files with 149 additions and 8 deletions
@@ -80,9 +80,6 @@ new class extends Component {
@scope('cell_dividends_earned', $row)
{{ Number::currency($row->dividends_earned ?? 0) }}
@endscope
@scope('cell_dividends_earned', $row)
{{ Number::currency($row->dividends_earned ?? 0) }}
@endscope
@scope('cell_market_data_updated_at', $row)
{{ \Carbon\Carbon::parse($row->market_data_updated_at)->diffForHumans() }}
@endscope