From 0497f4ab5297b765332ba4e99bad4eea9a0428fe Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Mon, 26 Aug 2024 19:52:46 -0500 Subject: [PATCH] wip --- lang/en.json | 1 + lang/es.json | 3 ++- resources/views/holding/show.blade.php | 9 +++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 resources/views/holding/show.blade.php diff --git a/lang/en.json b/lang/en.json index 95b734c..17955f5 100644 --- a/lang/en.json +++ b/lang/en.json @@ -152,6 +152,7 @@ "Choose time period": "Choose time period", "Edit Portfolio": "Edit Portfolio", "Create Transaction": "Create Transaction", + "Holding": "Holdings", "Holdings": "Holdings", "Recent activity": "Recent activity", "All Transactions": "All Transactions", diff --git a/lang/es.json b/lang/es.json index 24cd905..bc46be7 100644 --- a/lang/es.json +++ b/lang/es.json @@ -152,7 +152,8 @@ "Choose time period": "Elegir período de tiempo", "Edit Portfolio": "Editar Portafolio", "Create Transaction": "Crear Transacción", - "Holdings": "Participaciones", + "Holding": "Tenencia", + "Holdings": "Tenencias", "Recent activity": "Actividad reciente", "All Transactions": "Todas las Transacciones", diff --git a/resources/views/holding/show.blade.php b/resources/views/holding/show.blade.php new file mode 100644 index 0000000..88ed8a8 --- /dev/null +++ b/resources/views/holding/show.blade.php @@ -0,0 +1,9 @@ + +
+ + + + @livewire('transactions-table') + +
+