@props([ 'emphasis' => false, 'first' => false, 'for_button' => false, ]) @php $classes = 'whitespace-nowrap py-4 text-sm'; $classes .= $emphasis ? ' font-medium text-gray-900' : ' text-gray-500'; $classes .= $first ? ' pl-3 pr-4 sm:pl-0' : ' px-3'; $classes .= $for_button ? ' relative text-right sm:pr-0' : ''; @endphp