From fd9f7fe74b89ebb3299e0d0ae462adcfc797aa25 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 15 Oct 2024 21:45:10 +1100 Subject: [PATCH] Add blade file --- .../gateways/custom/pay_livewire.blade.php | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 resources/views/portal/ninja2020/gateways/custom/pay_livewire.blade.php diff --git a/resources/views/portal/ninja2020/gateways/custom/pay_livewire.blade.php b/resources/views/portal/ninja2020/gateways/custom/pay_livewire.blade.php new file mode 100644 index 0000000000..a401144558 --- /dev/null +++ b/resources/views/portal/ninja2020/gateways/custom/pay_livewire.blade.php @@ -0,0 +1,33 @@ +
+ +
+ @csrf + + + + + +
+@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')]) + {{ $title }} +@endcomponent + +@include('portal.ninja2020.gateways.includes.payment_details') + +@component('portal.ninja2020.components.general.card-element-single') + {!! nl2br($instructions) !!} +@endcomponent +
+@script + +@endscript \ No newline at end of file