@php $right = is_string($right) ? $right : ($right?->toHtml() ?? null); $left = is_string($left) ? $left : ($left?->toHtml() ?? null); @endphp