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'))