diff --git a/content/master.blade.php b/content/master.blade.php
index efeb233..ec8df63 100644
--- a/content/master.blade.php
+++ b/content/master.blade.php
@@ -33,7 +33,6 @@
Areya Energy
-
@unless(Request::is('checkout'))
@@ -113,8 +112,6 @@
@endunless
-
-
@@ -139,11 +136,7 @@
-
-
-
-
Der angeklickte Link erhält einen vorgefertigten Warenkorb.
Sie können diesen importieren und dann die Produkte ansehen.
@@ -155,7 +148,6 @@
@@ -294,7 +286,9 @@
$('#form-section').hide();
$('#list-products').parent().parent().parent().parent().parent().find('.modal-footer').hide();
$('#total-checkout-price').parent().parent().parent().hide();
+ @if(!session()->has('success'))
$('#no-products-in-checkout').show();
+ @endif
}
$('.cart-link').hide();
$(".btn-share").hide();
diff --git a/content/pages/checkout.blade.php b/content/pages/checkout.blade.php
index ba7bf4b..b0bd22f 100644
--- a/content/pages/checkout.blade.php
+++ b/content/pages/checkout.blade.php
@@ -5,7 +5,6 @@
@stop
@section('content')
-
@if(session()->has('success'))
@@ -77,7 +76,6 @@
@else
-