Files
lsky-pro/resources/views/components/dropdown-link.blade.php
T

2 lines
158 B
PHP

<a {{$attributes->merge(['class' => 'block px-4 py-2 active:bg-gray-100 text-sm text-gray-700', 'role' => 'menuitem', 'tabindex' => '-1']) }}>{{ $slot }}</a>