Benjamin Völkl 2022-08-24 15:04:29 +02:00
parent acdc520937
commit 79822b591c
1 changed files with 6 additions and 25 deletions

View File

@ -19,9 +19,9 @@
<p class="fs-6 mt-1 text-muted"> <p class="fs-6 mt-1 text-muted">


<br> <br>
Zur Drehscheibe 3 Pfarrgasse 21
<br> <br>
92637 Weiden 92648 Vohenstrauß
<br> <br>
Germany Germany
<br> <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> </div>


@stop @stop