master
parent
68257d574e
commit
c67695c5c9
|
@ -26,17 +26,15 @@
|
|||
<h1 class="mt-3 mb-2 ">{{$content->title}}</h1>
|
||||
</div>
|
||||
<div class="fw-bolder my-4">
|
||||
{!! $content->beschreibung !!}
|
||||
</div>
|
||||
<div class="col-6 text-muted small mb-3">
|
||||
Veröffentlicht: {{date('d.m.Y', strtotime($content->created_at))}}
|
||||
{!! $content->kurzbeschreibung !!}
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-lg-9">
|
||||
<x-img src="{{ $content->image() }}" class="img-fluid rounded" />
|
||||
<br>
|
||||
</div>
|
||||
<div class="col-12 mb-5 mt-5 fs-5">
|
||||
{!! isset($content->neuigkeit) ? $content->neuigkeit : 'keine Angaben' !!}
|
||||
{!! $content->beschreibung !!}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -28,11 +28,10 @@
|
|||
<img src="{{ $content->image() }}" class="card-img-top">
|
||||
|
||||
<div class="card-body">
|
||||
<h3 class="h5 mb-2">{{$content->title}} </h3>
|
||||
<h3 class="h5 mb-3">{{$content->title}} </h3>
|
||||
|
||||
<div class="fw-bold my-3 text-right fs-5" style="color: {{$_secondary_link_color}};">{{$content->preis}} €</div>
|
||||
|
||||
{!! Str::limit($content->kurzbeschreibung, 100) !!}
|
||||
{!! Str::limit($content->kurzbeschreibung, 180) !!}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-12 col-lg-7 offset-lg-4">
|
||||
|
||||
<form>
|
||||
<div class="mb-4">
|
||||
<label for="exampleInputEmail1" class="form-label">Name:</label>
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div class="col-2 text-center mb-5">
|
||||
<div class="col-3 text-center mb-5">
|
||||
<img src="https://xsgames.co/randomusers/avatar.php?g=female" class="img-fluid">
|
||||
<h4 class="mt-2 fs-5">Lorem Ipsum</h4>
|
||||
<div class="text-muted fst-italic mb-2">Geschäftsführer</div>
|
||||
|
@ -170,7 +170,7 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-2 text-center mb-5">
|
||||
<div class="col-3 text-center mb-5">
|
||||
<img src="https://xsgames.co/randomusers/avatar.php?g=female" class="img-fluid">
|
||||
<h4 class="mt-2 fs-5">Lorem Ipsum</h4>
|
||||
<div class="text-muted fst-italic mb-2">Geschäftsführer</div>
|
||||
|
@ -180,7 +180,7 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-2 text-center mb-5">
|
||||
<div class="col-3 text-center mb-5">
|
||||
<img src="https://xsgames.co/randomusers/avatar.php?g=female" class="img-fluid">
|
||||
<h4 class="mt-2 fs-5">Lorem Ipsum</h4>
|
||||
<div class="text-muted fst-italic mb-2">Geschäftsführer</div>
|
||||
|
@ -190,7 +190,7 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-2 text-center mb-5">
|
||||
<div class="col-3 text-center mb-5">
|
||||
<img src="https://xsgames.co/randomusers/avatar.php?g=female" class="img-fluid">
|
||||
<h4 class="mt-2 fs-5">Lorem Ipsum</h4>
|
||||
<div class="text-muted fst-italic mb-2">Geschäftsführer</div>
|
||||
|
@ -200,7 +200,7 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-2 text-center mb-5">
|
||||
<div class="col-3 text-center mb-5">
|
||||
<img src="https://xsgames.co/randomusers/avatar.php?g=female" class="img-fluid">
|
||||
<h4 class="mt-2 fs-5">Lorem Ipsum</h4>
|
||||
<div class="text-muted fst-italic mb-2">Geschäftsführer</div>
|
||||
|
@ -211,19 +211,6 @@
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue