Skip to content
Snippets Groups Projects
Commit 8116ec5f authored by Phil Höfer's avatar Phil Höfer
Browse files

Werbefreie Suche

parent 478bbf4c
Branches
No related tags found
2 merge requests!924Development,!921Werbefreie Suche
@if(isset($ad))
@if(isset($ad) && !$metager->apiAuthorized)
<div class="result ad row">
<div class="number col-sm-1"></div>
<div class="resultInformation col-sm-10">
......
@if($result)
@if(isset($result) && !$metager->apiAuthorized)
<article class="search-result ad card elevation-1">
<div class="result-content">
<h1 class="result-title">{{ $result->titel }}</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment