From 59fd259c1e9c3440e3d8b33f02afe526452848f5 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Fri, 6 Mar 2020 16:24:17 +0300 Subject: [PATCH] styling --- .../Resources/views/show.blade.php | 26 ++++-- .../Resources/views/show.blade.php | 91 ++++++++++--------- 2 files changed, 65 insertions(+), 52 deletions(-) diff --git a/modules/OfflinePayments/Resources/views/show.blade.php b/modules/OfflinePayments/Resources/views/show.blade.php index a8907ff48..316b3c3d4 100644 --- a/modules/OfflinePayments/Resources/views/show.blade.php +++ b/modules/OfflinePayments/Resources/views/show.blade.php @@ -1,16 +1,24 @@ -

{{ $setting['name'] }}

+
+
+ @if (!empty($setting['name'])) +

{{ $setting['name'] }}

+ @endif -@if ($setting['description']) -
- {{ $setting['description'] }} + @if (!empty($setting['description'])) +
+ {{ $setting['description'] }} +
+ @endif
-@endif +
-
-
- +
+
+ +
+ +//--> diff --git a/modules/PaypalStandard/Resources/views/show.blade.php b/modules/PaypalStandard/Resources/views/show.blade.php index bdd14657d..7248daf36 100644 --- a/modules/PaypalStandard/Resources/views/show.blade.php +++ b/modules/PaypalStandard/Resources/views/show.blade.php @@ -1,48 +1,53 @@
-

{{ $setting['name'] }}

+
+ @if (!empty($setting['name'])) +

{{ $setting['name'] }}

+ @endif - @if($setting['mode'] == 'sandbox') -
{{ trans('paypal-standard::general.test_mode') }}
- @endif + @if ($setting['mode'] == 'sandbox') +
{{ trans('paypal-standard::general.test_mode') }}
+ @endif -
- {{ trans('paypal-standard::general.description') }} -
- -
- - - - - @foreach ($invoice->items as $item) - - - - - @endforeach - - - - - - - - - - - - - - - - - - - -
-
- -
+
+ {{ trans('paypal-standard::general.description') }}
- +
+
+ +
+
+
+ + + + + @foreach ($invoice->items as $item) + + + + + @endforeach + + + + + + + + + + + + + + + + + + + + +
+
+