summaryrefslogtreecommitdiff
path: root/resources/views/offers.blade.php
diff options
context:
space:
mode:
authorhorus2021-01-07 03:23:42 +0100
committerhorus2021-01-07 03:23:42 +0100
commit48b90ed22e6604ca869de054b499ac1bd4a4d6a2 (patch)
tree1bf61adc72cf7c80a02e5fe6cac6b01d8bbbd476 /resources/views/offers.blade.php
parent2b6ef973377f4f36e374e1f672c807932b746364 (diff)
downloadkategorischeraperitif-48b90ed22e6604ca869de054b499ac1bd4a4d6a2.tar.gz
Upgrade Laravel from 5.6 to 8. Switch to subdomain instead of subfolder.
Diffstat (limited to 'resources/views/offers.blade.php')
-rw-r--r--resources/views/offers.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/offers.blade.php b/resources/views/offers.blade.php
index 9d806c9..dbd1970 100644
--- a/resources/views/offers.blade.php
+++ b/resources/views/offers.blade.php
@@ -17,7 +17,7 @@
<div class="col-md-8 px-10">
<div class="card-header">
<p><strong>
- <a style="color: inherit;" href="/angebote/search?q={{ ucwords($offer->spirit_type) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen">{{ ucwords($offer->spirit_type) }}</a> <span class="float-right">{{ $offer->shop }}</span>
+ <a style="color: inherit;" href="{{ route('search', ['q' => ucwords($offer->spirit_type)]) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen">{{ ucwords($offer->spirit_type) }}</a> <span class="float-right">{{ $offer->shop }}</span>
</strong></p>
</div>
<div class="card-block card-body px-3">