{{-- ? To set: * required: timeline_items as array array option: active as boolean title_before as string html href as string img_src as string title_after as string html collapse_id as string ? To implement in Blade: * @includeIf('layouts.components.cyicle_timeline', [ 'timeline_items' => [] ]) collapse need: show only on first item!
--}} @if (true)
{{--
--}} @php $counter = count($timeline_items); @endphp @foreach ($timeline_items as $item)
{!! isset($item['title_before']) ? 'Zy. ' .$counter .') ' .'
' .$item['title_before'] .'
' : 'Zyklus ' .$counter !!} @includeIf('layouts.components.prozess', ['status' => '30', 'height' => 3])
@php $counter--; @endphp @endforeach
@section('section-css') @parent @stop @endif