From f9f20ae0f545db3382bc4b7a514beb6eaf22f52a Mon Sep 17 00:00:00 2001 From: Kendall Arneaud Date: Fri, 26 Jul 2024 12:55:51 -0400 Subject: [PATCH] Update address.blade.php Updated to use language translation features Signed-off-by: Kendall Arneaud --- .../rotessa/components/address.blade.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/views/portal/ninja2020/gateways/rotessa/components/address.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/components/address.blade.php index 68cbb97c6a79..57db2d1d29c1 100644 --- a/resources/views/portal/ninja2020/gateways/rotessa/components/address.blade.php +++ b/resources/views/portal/ninja2020/gateways/rotessa/components/address.blade.php @@ -1,16 +1,16 @@

- Address Information + {{ ctrans('texts.address_information') }}

- Enter the address information for the account holder + {{ ctrans('texts.enter_the_address_information_for_the_account_holder') }}

- Address Line 1 + {{ ctrans('texts.address_line_1') }}
@@ -19,7 +19,7 @@
- Address Line 2 + {{ ctrans('texts.address_line_2') }}
@@ -37,7 +37,7 @@
- Postal Code + {{ ctrans('texts.postal_code') }}
@@ -46,17 +46,17 @@
- Country + {{ ctrans('texts.country') }}
@if('US' == $country) -
+
@else -
+
@endif
- @include("portal.ninja2020.gateways.rotessa.components.dropdowns.country.$country",compact('province_code')) \ No newline at end of file + @include("portal.ninja2020.gateways.rotessa.components.dropdowns.country.$country",compact('province_code'))