From dd109760f9d4e24b0f08e4ce0661bddc56a43d2f Mon Sep 17 00:00:00 2001 From: Kendall Arneaud Date: Fri, 26 Jul 2024 13:04:40 -0400 Subject: [PATCH] Update contact.blade.php update blade template to use language translation features Signed-off-by: Kendall Arneaud --- .../rotessa/components/contact.blade.php | 101 +++++++++--------- 1 file changed, 49 insertions(+), 52 deletions(-) diff --git a/resources/views/portal/ninja2020/gateways/rotessa/components/contact.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/components/contact.blade.php index 827fc587f5ad..a0ba5ada1b05 100644 --- a/resources/views/portal/ninja2020/gateways/rotessa/components/contact.blade.php +++ b/resources/views/portal/ninja2020/gateways/rotessa/components/contact.blade.php @@ -1,69 +1,66 @@ -
-

- Account Holder Information -

+

+ {{ ctrans('texts.account_holder_information') }} +

-

- Enter the information for the account holder -

-
+

+ {{ ctrans('texts.enter_the_information_for_the_account_holder') }} +

+
-
- Full Name -
-
- -
-
+
+ {{ ctrans('texts.full_name') }} +
+
+ +
+ +
+
+ {{ ctrans('texts.email_address') }} +
+
+ +
+
-
-
- Email Address -
-
- -
-
+
+
+ {{ ctrans('texts.home_phone') }} +
+
+ +
+
-
-
- Home Phone -
-
- -
-
+
+
+ {{ ctrans('texts.other_phone') }} +
+
+ +
+
-
-
- Other Phone -
-
- -
-
- -
-
- Customer Type -
-
+
+
+ {{ ctrans('texts.customer_type') }} +
+
- +
- +
-
-
+ + - - - \ No newline at end of file + +