Files
lms-v2/resources/views/components/dropdown-link.blade.php
T
2026-05-30 22:15:16 +07:00

2 lines
217 B
PHP

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