diff --git a/resources/views/portal/ninja2020/gateways/wepay/credit_card/pay.blade.php b/resources/views/portal/ninja2020/gateways/wepay/credit_card/pay.blade.php index 8994199d07ea..0fe5ed77f3c2 100644 --- a/resources/views/portal/ninja2020/gateways/wepay/credit_card/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/wepay/credit_card/pay.blade.php @@ -1,9 +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') @@ -56,194 +66,10 @@ @include('portal.ninja2020.gateways.includes.save_card') @include('portal.ninja2020.gateways.wepay.includes.credit_card') - + @include('portal.ninja2020.gateways.includes.pay_now') @endsection @section('gateway_footer') - - - + @endsection