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