diff --git a/resources/views/components/payment_method/redirect.blade.php b/resources/views/components/payment_method/redirect.blade.php index 8f392bb7a..1abd6d80c 100644 --- a/resources/views/components/payment_method/redirect.blade.php +++ b/resources/views/components/payment_method/redirect.blade.php @@ -1,15 +1,11 @@
- + @if (!empty($setting['name'])) +

{{ $setting['name'] }}

+ @endif + @if (!empty($setting['description'])) +
{{ $setting['description'] }}
+ @endif
-