@php $class = 'flex divide-x divide-gray-800 divide-opacity-30 text-gray-800 text-lg *:px-4 first:*:pl-0 last:*:pr-0 leading-none mt-8'; $showClass = $showClass ?? null; $className = $showClass ? $class : 'social-wrap'; @endphp