diff --git a/resources/views/portal/ninja2020/gateways/rotessa/bank_transfer/CA/details.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/bank_transfer/CA/details.blade.php new file mode 100644 index 000000000000..9492f3036fc1 --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/rotessa/bank_transfer/CA/details.blade.php @@ -0,0 +1,4 @@ +
Gateway:
+
{{ $brand }}
+
Account Number:
+
{{ $account_number }}
\ No newline at end of file diff --git a/resources/views/portal/ninja2020/gateways/rotessa/bank_transfer/authorize.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/bank_transfer/authorize.blade.php new file mode 100755 index 000000000000..70a0cfb7ba59 --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/rotessa/bank_transfer/authorize.blade.php @@ -0,0 +1,35 @@ +@extends('portal.ninja2020.layout.payments', ['gateway_title' => $gateway->company_gateway->label, 'card_title' =>\App\Models\GatewayType::getAlias($gateway_type_id )]) + +@section('gateway_content') + @if(session()->has('ach_error')) +
+

{{ session('ach_error') }}

+
+ @endif + +
+ @csrf + + + + + + + + + + + + @component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'authorize-bank-account', 'type' => 'submit']) + {{ ctrans('texts.add_payment_method') }} + @endcomponent +
+ + + +@endsection + +@section('gateway_footer') + +@endsection \ No newline at end of file diff --git a/resources/views/portal/ninja2020/gateways/rotessa/bank_transfer/pay.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/bank_transfer/pay.blade.php new file mode 100644 index 000000000000..4e6e0c2a0b22 --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/rotessa/bank_transfer/pay.blade.php @@ -0,0 +1,91 @@ +@extends('portal.ninja2020.layout.payments', ['gateway_title' => 'Direct Debit', 'card_title' => 'Direct Debit']) + +@section('gateway_content') + @if (count($tokens) > 0) + + + @include('portal.ninja2020.gateways.includes.payment_details') + +
+ @csrf + + + + + + + + + + + + @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')]) + @if (count($tokens) > 0) + @foreach ($tokens as $token) +
+ @endforeach + @endisset +
+ Process Date +
+
+ +
+ {{-- +
+ Insallments +
+
+ +
+ +
+ Frequency +
+
+ +
+ +
+ Comments +
+
+ +
--}} + @endcomponent +
+ @else + @component('portal.ninja2020.components.general.card-element-single', ['title' => 'Direct Debit', 'show_title' => false]) + {{ ctrans('texts.bank_account_not_linked') }} + + {{ ctrans('texts.add_payment_method') }} + @endcomponent + @endif + + @if (count($tokens) > 0) + @include('portal.ninja2020.gateways.includes.pay_now') + @endif +@endsection + +@push('footer') + +@endpush \ No newline at end of file diff --git a/resources/views/portal/ninja2020/gateways/rotessa/components/account.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/components/account.blade.php new file mode 100644 index 000000000000..c42672255b00 --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/rotessa/components/account.blade.php @@ -0,0 +1,31 @@ +
+

+ Account Information +

+ +

+ Enter the information for the bank account +

+
+
+
+ Bank Name +
+
+ +
+
+ +
+
+ Account Number +
+
+ +
+
+ + + + +@include("rotessa::components.banks.$country.bank", compact('bank_account_type','routing_number','institution_number','transit_number')) \ No newline at end of file diff --git a/resources/views/portal/ninja2020/gateways/rotessa/components/address.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/components/address.blade.php new file mode 100644 index 000000000000..2db721cd4e28 --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/rotessa/components/address.blade.php @@ -0,0 +1,62 @@ + +
+

+ Address Information +

+ +

+ Enter the address information for the account holder +

+
+
+
+ Address Line 1 +
+
+ +
+
+ +
+
+ Address Line 2 +
+
+ +
+
+ +
+
+ City +
+
+ +
+
+ +
+
+ Postal Code +
+
+ +
+
+ +
+
+ Country +
+
+ @if('US' == $country) + +
+ @else + +
+ @endif +
+
+ + @include("rotessa::components.dropdowns.country.$country",compact('province_code')) \ No newline at end of file diff --git a/resources/views/portal/ninja2020/gateways/rotessa/components/banks/CA/bank.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/components/banks/CA/bank.blade.php new file mode 100644 index 000000000000..3c37b84741c6 --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/rotessa/components/banks/CA/bank.blade.php @@ -0,0 +1,17 @@ +
+
+ Transit Number +
+
+ +
+
+ +
+
+ Institution Number +
+
+ +
+
diff --git a/resources/views/portal/ninja2020/gateways/rotessa/components/banks/US/bank.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/components/banks/US/bank.blade.php new file mode 100644 index 000000000000..891fbe421a9a --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/rotessa/components/banks/US/bank.blade.php @@ -0,0 +1,28 @@ + + +
+
+ Routing Number +
+
+ +
+
+ +
+
+ Account Type +
+
+
+
+ + +
+
+ + +
+
+
+
\ No newline at end of file diff --git a/resources/views/portal/ninja2020/gateways/rotessa/components/contact.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/components/contact.blade.php new file mode 100644 index 000000000000..827fc587f5ad --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/rotessa/components/contact.blade.php @@ -0,0 +1,69 @@ + +
+

+ Account Holder Information +

+ +

+ Enter the information for the account holder +

+
+ +
+
+ Full Name +
+
+ +
+
+ + +
+
+ Email Address +
+
+ +
+
+ +
+
+ Home Phone +
+
+ +
+
+ +
+
+ Other Phone +
+
+ +
+
+ +
+
+ Customer Type +
+
+
+
+ + +
+
+ + +
+
+
+
+ + + + \ No newline at end of file diff --git a/resources/views/portal/ninja2020/gateways/rotessa/components/dropdowns/country/CA.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/components/dropdowns/country/CA.blade.php new file mode 100644 index 000000000000..f2d7a38a5ecb --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/rotessa/components/dropdowns/country/CA.blade.php @@ -0,0 +1,12 @@ +
+
+ Province Code +
+
+ +
+
\ No newline at end of file diff --git a/resources/views/portal/ninja2020/gateways/rotessa/components/dropdowns/country/US.blade.php b/resources/views/portal/ninja2020/gateways/rotessa/components/dropdowns/country/US.blade.php new file mode 100644 index 000000000000..7c33af78d31a --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/rotessa/components/dropdowns/country/US.blade.php @@ -0,0 +1,12 @@ +
+
+ State +
+
+ +
+
\ No newline at end of file