@props([ 'type' => 'text', 'lines' => 1, 'width' => 'full' ]) @php $widths = [ 'full' => 'w-full', '3/4' => 'w-3/4', '1/2' => 'w-1/2', '1/3' => 'w-1/3', '1/4' => 'w-1/4', ]; @endphp @if($type === 'text')