6 lines
268 B
PHP
Raw Normal View History

2022-09-21 09:55:54 +03:00
<div class="w-full flex items-center text-purple px-2 h-9 leading-9 whitespace-nowrap" {{ $attributes }}>
<a href="{!! $href !!}" class="w-full h-full flex items-center rounded-md px-2 text-sm font-normal hover:bg-lilac-100">
2022-06-01 10:15:55 +03:00
{!! $slot !!}
2022-09-21 09:55:54 +03:00
</a>
</div>