v0.11.1
The inline @php($blk = ...) form compiled such that the following <div class="..."> was swallowed into PHP context, so every render of the IP timeline threw 'syntax error, unexpected token class'. Use the @php ... @endphp block form, which is what every other blade in this repo uses — the inline variant appeared exactly once, introduced in v0.11.0.