diff options
Diffstat (limited to 'resources/views/offers.blade.php')
| -rw-r--r-- | resources/views/offers.blade.php | 2 |
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"> |
