diff --git a/app/MetaGer.php b/app/MetaGer.php
index 757b647afacc28f2cac646fdec41230b8839e5ab..88eb29fb580c7abe5978b6e1730e94f7b70fc3a1 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -108,6 +108,7 @@ class MetaGer
                         ->with('mobile', $this->mobile)
                         ->with('warnings', $this->warnings)
                         ->with('errors', $this->errors)
+                        ->with('apiAuthorized', $this->apiAuthorized)
                         ->with('metager', $this)
                         ->with('browser', (new Agent())->browser());
                 default:
@@ -117,6 +118,7 @@ class MetaGer
                         ->with('mobile', $this->mobile)
                         ->with('warnings', $this->warnings)
                         ->with('errors', $this->errors)
+                        ->with('apiAuthorized', $this->apiAuthorized)
                         ->with('metager', $this)
                         ->with('browser', (new Agent())->browser());
             }
@@ -129,6 +131,7 @@ class MetaGer
                         ->with('mobile', $this->mobile)
                         ->with('warnings', $this->warnings)
                         ->with('errors', $this->errors)
+                        ->with('apiAuthorized', $this->apiAuthorized)
                         ->with('metager', $this)
                         ->with('browser', (new Agent())->browser());
                     break;
@@ -139,6 +142,7 @@ class MetaGer
                         ->with('mobile', $this->mobile)
                         ->with('warnings', $this->warnings)
                         ->with('errors', $this->errors)
+                        ->with('apiAuthorized', $this->apiAuthorized)
                         ->with('metager', $this)
                         ->with('suspendheader', "yes")
                         ->with('browser', (new Agent())->browser());
@@ -172,6 +176,7 @@ class MetaGer
                         ->with('mobile', $this->mobile)
                         ->with('warnings', $this->warnings)
                         ->with('errors', $this->errors)
+                        ->with('apiAuthorized', $this->apiAuthorized)
                         ->with('metager', $this)
                         ->with('browser', (new Agent())->browser());
                     break;
diff --git a/resources/views/layouts/ad.blade.php b/resources/views/layouts/ad.blade.php
index 3315804aff2b909a7c567a4763c303fd5a70de37..dd8afe2705749716aa48cabdc75a9105d576ee18 100644
--- a/resources/views/layouts/ad.blade.php
+++ b/resources/views/layouts/ad.blade.php
@@ -1,4 +1,4 @@
-@if(isset($ad)  && !$metager->apiAuthorized)
+@if(isset($ad)  && !apiAuthorized)
 	<div class="result ad row">
 		<div class="number col-sm-1"></div>
 		<div class="resultInformation col-sm-10">
diff --git a/resources/views/layouts/rich/ad.blade.php b/resources/views/layouts/rich/ad.blade.php
index 0d6f4c881f3a3fda46d9570d6cbdac52cf8a4d58..1ea4b1dd25df84b2d5c4b2bdd8da0ace3a616917 100644
--- a/resources/views/layouts/rich/ad.blade.php
+++ b/resources/views/layouts/rich/ad.blade.php
@@ -1,4 +1,4 @@
-@if(isset($result) && !$metager->apiAuthorized)
+@if(isset($result) && !$apiAuthorized)
 <article class="search-result ad card elevation-1">
         <div class="result-content">
         <h1 class="result-title">{{ $result->titel }}</h1>