From f160b7e1a9e52b3fa4f0464ba7a136a49fb132e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 21 Jun 2021 14:04:29 +0200 Subject: [PATCH] Credit card: Authorize --- .../wepay/authorize/authorize.blade.php | 122 ++---------------- 1 file changed, 11 insertions(+), 111 deletions(-) diff --git a/resources/views/portal/ninja2020/gateways/wepay/authorize/authorize.blade.php b/resources/views/portal/ninja2020/gateways/wepay/authorize/authorize.blade.php index 8be02b9c9b17..eb8e17245aec 100644 --- a/resources/views/portal/ninja2020/gateways/wepay/authorize/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/wepay/authorize/authorize.blade.php @@ -1,13 +1,19 @@ @extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.credit_card'), 'card_title' => ctrans('texts.credit_card')]) @section('gateway_head') - - - + + + + + + + + + @endsection @section('gateway_content') @@ -40,111 +46,5 @@ @endsection @section('gateway_footer') - - - - -@endsection \ No newline at end of file + +@endsection