Benjamin Völkl 2024-03-16 18:51:54 +01:00
parent fa4f5154a9
commit 65eaecc6d6
1 changed files with 7 additions and 3 deletions

View File

@ -41,13 +41,13 @@


<div class="col-12 mb-5">
<h2 class="h3">Stellenbeschreibung</h2>
<h2 class="h3 mb-4">Stellenbeschreibung</h2>

{!! $content->stellenbeschreibung !!}
</div>

<div class="col-12 mb-5">
<h2 class="h3">Bewerberqualifikationen</h2>
<h2 class="h3 mb-4">Bewerberqualifikationen</h2>

{!! $content->bewerberqualifikation !!}

@ -55,10 +55,14 @@


<div class="col-12 mb-5">
<h2 class="h3">Wir als Arbeitgeber</h2>
<h2 class="h3 mb-4">Wir als Arbeitgeber</h2>

{!! $content->wir_als_arbeitgeber !!}

<br>
<br>
<br>

</div>
</div>