new faq files
parent
f050c1f202
commit
2193725086
|
@ -1,4 +1,4 @@
|
||||||
<link rel="stylesheet" href="{{asset('template/css/bootstrap.min.css')}}" >
|
<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')}}" >
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
</h2>
|
</h2>
|
||||||
<div id="collapse{{$nach->id}}" class="accordion-collapse collapse" aria-labelledby="heading{{$nach->id}}" data-bs-parent="#accordionExample">
|
<div id="collapse{{$nach->id}}" class="accordion-collapse collapse" aria-labelledby="heading{{$nach->id}}" data-bs-parent="#accordionExample">
|
||||||
<div class="accordion-body">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue