elkex
12/06/2022, 10:09 AMkalle
12/06/2022, 10:28 AMelkex
12/06/2022, 10:33 AMemil
12/06/2022, 3:21 PMifox
12/06/2022, 3:55 PMkalle
12/06/2022, 3:57 PMDKC
12/07/2022, 7:01 AMkalle
12/07/2022, 9:23 AMDKC
12/07/2022, 9:23 AMDKC
12/07/2022, 9:24 AMelkex
12/08/2022, 8:53 AMkalle
12/08/2022, 8:56 AMelkex
12/08/2022, 8:57 AMHarings Rob
12/08/2022, 9:01 AMkalle
12/08/2022, 9:03 AMelkex
12/08/2022, 9:14 AMHarings Rob
12/08/2022, 9:24 AMelkex
12/08/2022, 10:07 AMKendrickt
12/08/2022, 10:12 AMifox
12/08/2022, 10:24 AMKendrickt
12/08/2022, 10:32 AM<div>
<div>
<h2>{{ $block->input('header') }}</h2>
{{-- aria-label="{{ $block->input('expandBtnText') ?? 'Expand All' }}">{{ $block->input('expandBtnText') ?? 'Expand All' }}</a> --}}
</div>
<div id="{{ $block->type }}{{ $block->id }}">
@foreach ($block->children as $list)
<div >
<div >
<button role="button">
{{ $list->input('title') }}
</button>
</div>
<div id="{{ $list->type }}{{ $list->id }}">
<ul >
@foreach ($list->children as $list_item)
<li>{!! $list_item->input('description') !!}</li>
@endforeach
</ul>
</div>
</div>
@endforeach
</div>
</div>
Kendrickt
12/08/2022, 10:36 AMifox
12/08/2022, 10:49 AMelkex
12/08/2022, 11:25 AMkalle
12/08/2022, 11:32 AMelkex
12/08/2022, 11:44 AMelkex
12/08/2022, 11:54 AMkalle
12/08/2022, 12:01 PMelkex
12/08/2022, 12:02 PMkalle
12/08/2022, 12:17 PM