master
parent
82ac0eba70
commit
80e7ff8248
|
@ -49,7 +49,12 @@
|
|||
{!! $content->beschreibung !!}
|
||||
</div>
|
||||
|
||||
@isset($content->bilder)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@if($content->bilder)
|
||||
<div class="col-12 mb-5">
|
||||
<h2 class="mb-4 mt-5 h3">Bilder</h2>
|
||||
</div>
|
||||
|
@ -58,7 +63,7 @@
|
|||
<x-img src="{{$image}}" class="rounded img-fluid border mb-3"/>
|
||||
</div>
|
||||
@endforeach
|
||||
@endisset
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"{{ $content->image}}"
|
||||
|
||||
],
|
||||
"datePublished": "{{ $content->creaed_at}}",
|
||||
"datePublished": "{{ $content->created_at}}",
|
||||
"dateModified": "{{ $content->updated_at}}"
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue