summaryrefslogtreecommitdiff
path: root/resources/views/offers.blade.php
diff options
context:
space:
mode:
authorhorus2021-01-07 23:57:41 +0100
committerhorus2021-01-07 23:57:41 +0100
commit98742438f33b79a3c9daa978b77088c8cab215ba (patch)
tree04fa1253a2f5a872176f1bd620885f62a43ef638 /resources/views/offers.blade.php
parentbbd59f395e162b2c80f83aa1ea3cf1a63e436ad5 (diff)
downloadkategorischeraperitif-98742438f33b79a3c9daa978b77088c8cab215ba.tar.gz
Minor improvement to search layout and labels seller.
Diffstat (limited to 'resources/views/offers.blade.php')
-rw-r--r--resources/views/offers.blade.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/resources/views/offers.blade.php b/resources/views/offers.blade.php
index eeff26e..b133ba9 100644
--- a/resources/views/offers.blade.php
+++ b/resources/views/offers.blade.php
@@ -17,7 +17,15 @@
<div class="col-md-8 px-10">
<div class="card-header">
<p><strong>
- <a style="color: inherit;" href="{{ route('search', ['q' => ucwords($offer->spirit_type)]) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen" rel="nofollow">{{ ucwords($offer->spirit_type) }}</a> <span class="float-right">{{ $offer->shop }}</span>
+ <span class="float-left">
+ <small>&nbsp;</small><br>
+ <a style="color: inherit;" href="{{ route('search', ['type' => ucwords($offer->spirit_type)]) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen" rel="nofollow">{{ ucwords($offer->spirit_type) }}</a>
+ </span>
+ <span class="float-right">
+ <small>Verkauft von</small><br>
+ <a style="color: inherit;" href="{{ route('search', ['shop' => ucwords($offer->shop)]) }}" title="Alle Angebote vom Händler {{ ucwords($offer->shop) }} anzeigen" rel="nofollow">{{ ucwords($offer->shop ) }}</a>
+ </span>
+ <div style="clear: both"></div>
</strong></p>
</div>
<div class="card-block card-body px-3">