master
parent
acdc520937
commit
79822b591c
|
@ -19,9 +19,9 @@
|
|||
<p class="fs-6 mt-1 text-muted">
|
||||
|
||||
<br>
|
||||
Zur Drehscheibe 3
|
||||
Pfarrgasse 21
|
||||
<br>
|
||||
92637 Weiden
|
||||
92648 Vohenstrauß
|
||||
<br>
|
||||
Germany
|
||||
<br>
|
||||
|
@ -45,26 +45,7 @@
|
|||
|
||||
|
||||
|
||||
@if(count($premiumAuthors) > 0)
|
||||
<section>
|
||||
<div class="row carousel-row">
|
||||
<div class="container">
|
||||
<div class="col-sm-12">
|
||||
<h2 class="mb-4">Marken und Partner</h2>
|
||||
</div>
|
||||
<div class="row top_arbeitgeber logo-carousel slider" data-arrows="true">
|
||||
@foreach($premiumAuthors as $premiumAuthor)
|
||||
<div class="logos slide" style="padding-bottom: 40px; text-align: center">
|
||||
<a href="{{url('/brands')}}/{{$premiumAuthor->slug}}" class="text-center" style="font-size: 13px;">
|
||||
<img src="{{url('/uploads/profile')}}/{{$premiumAuthor->image}}" loading="lazy" alt="Logo {{$premiumAuthor->name}}" class="img-fluid center-block border mb-2">
|
||||
</a>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endif
|
||||
|
||||
</div>
|
||||
|
||||
@stop
|
||||
|
|
Loading…
Reference in New Issue