college-courses/resources/views/components/ui/route-link.blade.php

3 lines
117 B
PHP
Raw Permalink Normal View History

2024-10-15 10:15:40 +03:00
<a class="text-gray-500 hover:text-gray-700 hover:underline" href="{{ $link }}" {{ $attributes }}>
{{ $slot }}
</a>