new faq files

master
Benjamin Völkl 2021-09-16 18:01:39 +02:00
parent f050c1f202
commit 2193725086
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<link rel="stylesheet" href="{{asset('template/css/bootstrap.min.css')}}" >
<link rel="stylesheet" href="{{asset('template/css/app.css?v=12')}}" >
<link rel="stylesheet" href="{{asset('template/css/app.css?v=13')}}" >



View File

@ -43,7 +43,7 @@
</h2>
<div id="collapse{{$nach->id}}" class="accordion-collapse collapse" aria-labelledby="heading{{$nach->id}}" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
{!! isset($nach->additional_fields['2']) ? $nach->additional_fields['2'] : 'keine Angaben' !!}
</div>
</div>
</div>