From 1c774096abfbc3c8e51560358b3f525460faa57b Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Fri, 18 Oct 2024 14:59:10 -0500 Subject: [PATCH] use translation --- resources/views/holding/show.blade.php | 17 ++++++++++++++--- resources/views/portfolio/show.blade.php | 6 +++--- resources/views/transaction/index.blade.php | 6 +++--- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/resources/views/holding/show.blade.php b/resources/views/holding/show.blade.php index c77f264..007fde6 100644 --- a/resources/views/holding/show.blade.php +++ b/resources/views/holding/show.blade.php @@ -2,8 +2,8 @@
@livewire('manage-transaction-form', [ 'portfolio' => $portfolio, @@ -25,7 +25,7 @@
@@ -102,6 +102,17 @@ + + @livewire('manage-transaction-form', [ + 'portfolio' => $portfolio, + 'symbol' => $holding->market_data->symbol, + ]) + + + @if($holding->dividends->isEmpty())
diff --git a/resources/views/portfolio/show.blade.php b/resources/views/portfolio/show.blade.php index deeb46d..20cfd39 100644 --- a/resources/views/portfolio/show.blade.php +++ b/resources/views/portfolio/show.blade.php @@ -2,8 +2,8 @@
@livewire('manage-transaction-form', [ 'portfolio' => $portfolio, @@ -41,7 +41,7 @@
diff --git a/resources/views/transaction/index.blade.php b/resources/views/transaction/index.blade.php index 72f0f1c..49c7c0a 100644 --- a/resources/views/transaction/index.blade.php +++ b/resources/views/transaction/index.blade.php @@ -2,8 +2,8 @@
@livewire('manage-transaction-form') @@ -17,7 +17,7 @@