redirect/resources/views/vendor/jetstream/components/dropdown-link.blade.php
2022-10-22 19:16:50 +11:00

2 lines
174 B
PHP

<a {{ $attributes->merge(['class' => 'block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition']) }}>{{ $slot }}</a>